--- graphics/lib3ds/Makefile 2011-08-03 15:33:24.000000000 +0900 +++ graphics/lib3ds/Makefile 2011-08-03 15:59:18.000000000 +0900 @@ -9,20 +9,24 @@ PORTVERSION= 1.3.0 PORTREVISION= 1 CATEGORIES= graphics -MASTER_SITES= SF +MASTER_SITES= GOOGLE_CODE MAINTAINER= ports@FreeBSD.org COMMENT= A library for handling 3DS (3D Studio) files -BROKEN= does not fetch +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual USE_ZIP= yes -USE_LDCONFIG= yes USE_GL= glut GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" +USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes MAN1= 3dsdump.1 lib3ds-config.1 +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib + .include --- graphics/lib3ds/pkg-descr 2001-01-19 04:03:52.000000000 +0900 +++ graphics/lib3ds/pkg-descr 2011-07-31 02:23:21.000000000 +0900 @@ -2,4 +2,4 @@ files. It's main goal is to simplify the creation of 3DS import and export filters. -WWW: http://lib3ds.sourceforge.net/ +WWW: http://code.google.com/p/lib3ds/