|
Lines 9-28
Link Here
|
| 9 |
PORTVERSION= 1.3.0 |
9 |
PORTVERSION= 1.3.0 |
| 10 |
PORTREVISION= 1 |
10 |
PORTREVISION= 1 |
| 11 |
CATEGORIES= graphics |
11 |
CATEGORIES= graphics |
| 12 |
MASTER_SITES= SF |
12 |
MASTER_SITES= GOOGLE_CODE |
| 13 |
|
13 |
|
| 14 |
MAINTAINER= ports@FreeBSD.org |
14 |
MAINTAINER= ports@FreeBSD.org |
| 15 |
COMMENT= A library for handling 3DS (3D Studio) files |
15 |
COMMENT= A library for handling 3DS (3D Studio) files |
| 16 |
|
16 |
|
| 17 |
BROKEN= does not fetch |
17 |
LICENSE= GPLv2 GPLv3 |
|
|
18 |
LICENSE_COMB= dual |
| 18 |
|
19 |
|
| 19 |
USE_ZIP= yes |
20 |
USE_ZIP= yes |
| 20 |
USE_LDCONFIG= yes |
|
|
| 21 |
USE_GL= glut |
21 |
USE_GL= glut |
| 22 |
GNU_CONFIGURE= yes |
22 |
GNU_CONFIGURE= yes |
| 23 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |
23 |
CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" |
| 24 |
LDFLAGS="-L${LOCALBASE}/lib" |
24 |
USE_LDCONFIG= yes |
|
|
25 |
MAKE_JOBS_SAFE= yes |
| 25 |
|
26 |
|
| 26 |
MAN1= 3dsdump.1 lib3ds-config.1 |
27 |
MAN1= 3dsdump.1 lib3ds-config.1 |
| 27 |
|
28 |
|
|
|
29 |
CPPFLAGS= -I${LOCALBASE}/include |
| 30 |
LDFLAGS= -L${LOCALBASE}/lib |
| 31 |
|
| 28 |
.include <bsd.port.mk> |
32 |
.include <bsd.port.mk> |