- Update WWW

- Add MASTER_SITES
- Switch to USES=localbase
This commit is contained in:
Dmitry Marakasov 2017-03-23 09:01:58 +00:00
parent 2c579fa696
commit 06d9cb422f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436759
2 changed files with 5 additions and 7 deletions

View File

@ -5,20 +5,18 @@ PORTNAME= lib3ds
PORTVERSION= 1.3.0
PORTREVISION= 5
CATEGORIES= graphics
MASTER_SITES= http://pkgs.fedoraproject.org/repo/pkgs/lib3ds/lib3ds-1.3.0.zip/2572f7b0f29b591d494c1a0658b35c86/
MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/lib3ds/ \
http://pkgs.fedoraproject.org/repo/pkgs/lib3ds/${DISTNAME}${EXTRACT_SUFX}/2572f7b0f29b591d494c1a0658b35c86/
MAINTAINER= ports@FreeBSD.org
COMMENT= Library for handling 3DS (3D Studio) files
LICENSE= LGPL21+
USES= libtool localbase zip
GNU_CONFIGURE= yes
USE_GL= gl glu glut
INSTALL_TARGET= install-strip
USES= libtool zip
USE_GL= glut
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>

View File

@ -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://code.google.com/p/lib3ds/
WWW: https://code.google.com/archive/p/lib3ds/