aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-08-23 04:14:26 +0800
committertijl <tijl@FreeBSD.org>2014-08-23 04:14:26 +0800
commit8f856f8c7beaaf7eca3694a0e5a3d41247ed7779 (patch)
treeadb774f6f8125e29d49856cf3478f8302b010ece /graphics
parent698097f2774071eff6d01453aaf78922b0f6b83e (diff)
downloadfreebsd-ports-gnome-8f856f8c7beaaf7eca3694a0e5a3d41247ed7779.tar.gz
freebsd-ports-gnome-8f856f8c7beaaf7eca3694a0e5a3d41247ed7779.tar.zst
freebsd-ports-gnome-8f856f8c7beaaf7eca3694a0e5a3d41247ed7779.zip
Add USES=libtool and INSTALL_TARGET=install-strip
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libGLw/Makefile9
-rw-r--r--graphics/libGLw/pkg-plist2
2 files changed, 5 insertions, 6 deletions
diff --git a/graphics/libGLw/Makefile b/graphics/libGLw/Makefile
index 17b0b488d08f..5469c917ccd0 100644
--- a/graphics/libGLw/Makefile
+++ b/graphics/libGLw/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libGLw
PORTVERSION= 8.0.0
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/glw/
DISTNAME= glw-${PORTVERSION}
@@ -11,16 +12,14 @@ DIST_SUBDIR= GL
MAINTAINER= x11@FreeBSD.org
COMMENT= OpenGL widgets library
-USES= motif pathfix pkgconfig tar:bzip2
+USES= motif libtool pathfix pkgconfig tar:bzip2
USE_LDCONFIG= yes
USE_GL= gl
USE_XORG= x11 xt xext
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static --enable-motif
CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libGLw.so.1
+LIBS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
.include <bsd.port.mk>
diff --git a/graphics/libGLw/pkg-plist b/graphics/libGLw/pkg-plist
index 87418e60a81b..c2cf93f1265d 100644
--- a/graphics/libGLw/pkg-plist
+++ b/graphics/libGLw/pkg-plist
@@ -2,7 +2,7 @@ include/GL/GLwDrawA.h
include/GL/GLwDrawAP.h
include/GL/GLwMDrawA.h
include/GL/GLwMDrawAP.h
-lib/libGLw.la
lib/libGLw.so
lib/libGLw.so.1
+lib/libGLw.so.1.0.0
libdata/pkgconfig/glw.pc