aboutsummaryrefslogtreecommitdiff
path: root/graphics/lib3ds
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-03-23 09:01:58 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-03-23 09:01:58 +0000
commit06d9cb422f611fa69188229fdce4f8bb97da8315 (patch)
treea9db38c28af23e59bc8779abd9a2b6ab92d48e2a /graphics/lib3ds
parent2c579fa69617bee4db0a38d14c99229c7b5f7c27 (diff)
downloadports-06d9cb422f611fa69188229fdce4f8bb97da8315.tar.gz
ports-06d9cb422f611fa69188229fdce4f8bb97da8315.zip
- Update WWW
- Add MASTER_SITES - Switch to USES=localbase
Notes
Notes: svn path=/head/; revision=436759
Diffstat (limited to 'graphics/lib3ds')
-rw-r--r--graphics/lib3ds/Makefile10
-rw-r--r--graphics/lib3ds/pkg-descr2
2 files changed, 5 insertions, 7 deletions
diff --git a/graphics/lib3ds/Makefile b/graphics/lib3ds/Makefile
index 6fddfda70dda..dc2374e4df5f 100644
--- a/graphics/lib3ds/Makefile
+++ b/graphics/lib3ds/Makefile
@@ -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>
diff --git a/graphics/lib3ds/pkg-descr b/graphics/lib3ds/pkg-descr
index 8c693ac66361..9d4892ac8cba 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://code.google.com/p/lib3ds/
+WWW: https://code.google.com/archive/p/lib3ds/