View | Details | Raw Unified | Return to bug 159473
Collapse All | Expand All

(-)graphics/lib3ds/Makefile (-5 / +9 lines)
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>
(-)graphics/lib3ds/pkg-descr (-1 / +1 lines)
Lines 2-5 Link Here
2
files. It's main goal is to simplify the creation of 3DS import and export
2
files. It's main goal is to simplify the creation of 3DS import and export
3
filters.
3
filters.
4
4
5
WWW: http://lib3ds.sourceforge.net/
5
WWW: http://code.google.com/p/lib3ds/

Return to bug 159473