svn commit: r370108 - in head/graphics/lib3ds: . files
Tijl Coosemans
tijl at FreeBSD.org
Sun Oct 5 19:57:42 UTC 2014
Author: tijl
Date: Sun Oct 5 19:57:41 2014
New Revision: 370108
URL: https://svnweb.freebsd.org/changeset/ports/370108
QAT: https://qat.redports.org/buildarchive/r370108/
Log:
Add USES=libtool and INSTALL_TARGET=install-strip
Deleted:
head/graphics/lib3ds/files/
Modified:
head/graphics/lib3ds/Makefile
head/graphics/lib3ds/pkg-plist
Modified: head/graphics/lib3ds/Makefile
==============================================================================
--- head/graphics/lib3ds/Makefile Sun Oct 5 19:29:36 2014 (r370107)
+++ head/graphics/lib3ds/Makefile Sun Oct 5 19:57:41 2014 (r370108)
@@ -3,7 +3,7 @@
PORTNAME= lib3ds
PORTVERSION= 1.3.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics
MASTER_SITES= GOOGLE_CODE
@@ -12,12 +12,13 @@ COMMENT= Library for handling 3DS (3D St
LICENSE= LGPL21 # (or later)
-USES= zip
-USE_GL= glut
GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
+USES= libtool zip
+USE_GL= glut
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
+LIBS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>
Modified: head/graphics/lib3ds/pkg-plist
==============================================================================
--- head/graphics/lib3ds/pkg-plist Sun Oct 5 19:29:36 2014 (r370107)
+++ head/graphics/lib3ds/pkg-plist Sun Oct 5 19:57:41 2014 (r370108)
@@ -19,11 +19,10 @@ include/lib3ds/tracks.h
include/lib3ds/types.h
include/lib3ds/vector.h
include/lib3ds/viewport.h
-lib/lib3ds-1.so
lib/lib3ds-1.so.3
+lib/lib3ds-1.so.3.0.0
lib/lib3ds.a
lib/lib3ds.so
man/man1/3dsdump.1.gz
man/man1/lib3ds-config.1.gz
share/aclocal/lib3ds.m4
- at dirrm include/lib3ds
More information about the svn-ports-head
mailing list