Import 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: ports/graphics/lib3ds/Makefile,v 1.16 2012/11/17 05:58:12 svnexp Exp $
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 MAKE_JOBS_SAFE= yes
24
25 MAN1=           3dsdump.1 lib3ds-config.1
26
27 CPPFLAGS+=      -I${LOCALBASE}/include
28 LDFLAGS+=       -L${LOCALBASE}/lib
29
30 .include <bsd.port.mk>