Update sysutils/cfengine36 to version 3.6.1_1,1
[dports.git] / graphics / lib3ds / Makefile
1 # Created by: Maxim Sobolev <sobomax@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       lib3ds
5 PORTVERSION=    1.3.0
6 PORTREVISION=   4
7 CATEGORIES=     graphics
8 MASTER_SITES=   GOOGLE_CODE
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        Library for handling 3DS (3D Studio) files
12
13 LICENSE=        LGPL21 # (or later)
14
15 USES=           zip
16 USE_GL=         glut
17 GNU_CONFIGURE=  yes
18 USE_LDCONFIG=   yes
19
20 CPPFLAGS+=      -I${LOCALBASE}/include
21 LDFLAGS+=       -L${LOCALBASE}/lib
22
23 .include <bsd.port.mk>