aboutsummaryrefslogtreecommitdiff
path: root/graphics/lib3ds
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2011-08-08 20:21:33 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2011-08-08 20:21:33 +0000
commitbd98c1e6f2404aa31cde9904a530a6303d7b225b (patch)
tree9e298fde59c2e9584d9f0e1e240247798e105203 /graphics/lib3ds
parent8949c974c43956e92a7ee4e172a693693e4fbd31 (diff)
downloadports-bd98c1e6f2404aa31cde9904a530a6303d7b225b.tar.gz
ports-bd98c1e6f2404aa31cde9904a530a6303d7b225b.zip
- Update MASTER_SITES and WWW: line
- Add LICENSE - Add MAKE_JOBS_SAFE PR: 159473 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes: svn path=/head/; revision=279283
Diffstat (limited to 'graphics/lib3ds')
-rw-r--r--graphics/lib3ds/Makefile13
-rw-r--r--graphics/lib3ds/pkg-descr2
2 files changed, 9 insertions, 6 deletions
diff --git a/graphics/lib3ds/Makefile b/graphics/lib3ds/Makefile
index 1e8c2bc6532e..a26812b1db54 100644
--- a/graphics/lib3ds/Makefile
+++ b/graphics/lib3ds/Makefile
@@ -9,20 +9,23 @@ PORTNAME= lib3ds
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= LGPLv21 # (or later)
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 <bsd.port.mk>
diff --git a/graphics/lib3ds/pkg-descr b/graphics/lib3ds/pkg-descr
index feab02ffe999..fc54151ffd69 100644
--- a/graphics/lib3ds/pkg-descr
+++ b/graphics/lib3ds/pkg-descr
@@ -2,4 +2,4 @@ Lib3ds is a free alternative to Autodesk's 3DS File Toolkit for handling 3DS
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/ \ No newline at end of file