Tweak graphics/lib3ds version 1.3.0_2
[dports.git] / graphics / lib3ds / Makefile
1 # New ports collection makefile for:    lib3ds
2 # Date Created:                         18 January 2001
3 # Whom:                                 Maxim Sobolev <sobomax@FreeBSD.org>
4 #
5 # $FreeBSD: graphics/lib3ds/Makefile 324744 2013-08-14 22:35:50Z ak $
6 #
7
8 PORTNAME=       lib3ds
9 PORTVERSION=    1.3.0
10 PORTREVISION=   2
11 CATEGORIES=     graphics
12 MASTER_SITES=   GOOGLE_CODE
13
14 MAINTAINER=     ports@FreeBSD.org
15 COMMENT=        A library for handling 3DS (3D Studio) files
16
17 LICENSE=        LGPL21 # (or later)
18
19 USE_ZIP=        yes
20 USE_GL=         glut
21 GNU_CONFIGURE=  yes
22 USE_LDCONFIG=   yes
23
24 MAN1=           3dsdump.1 lib3ds-config.1
25
26 CPPFLAGS+=      -I${LOCALBASE}/include
27 LDFLAGS+=       -L${LOCALBASE}/lib
28
29 .include <bsd.port.mk>