- Update MASTER_SITES and WWW: line
- Add LICENSE - Add MAKE_JOBS_SAFE PR: 159473 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
8949c974c4
commit
bd98c1e6f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279283
2 changed files with 9 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -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/
|
Loading…
Reference in a new issue