diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-04 21:06:39 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-04 21:06:39 +0800 |
commit | ec81771e343ebfc156fa0f6e4c8e75bc88fd157e (patch) | |
tree | 9af0fce05e8de5570221ad5e69ec08de861c977b /graphics | |
parent | d02159afb372c24c968dcf74d7f785704e493136 (diff) | |
download | freebsd-ports-gnome-ec81771e343ebfc156fa0f6e4c8e75bc88fd157e.tar.gz freebsd-ports-gnome-ec81771e343ebfc156fa0f6e4c8e75bc88fd157e.tar.zst freebsd-ports-gnome-ec81771e343ebfc156fa0f6e4c8e75bc88fd157e.zip |
- Switch to USES=libtool, drop .la files
- Strip libraries
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/quesoglc/Makefile | 5 | ||||
-rw-r--r-- | graphics/quesoglc/pkg-plist | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/graphics/quesoglc/Makefile b/graphics/quesoglc/Makefile index abce2d053f17..5c4319547dfc 100644 --- a/graphics/quesoglc/Makefile +++ b/graphics/quesoglc/Makefile @@ -3,7 +3,7 @@ PORTNAME= quesoglc PORTVERSION= 0.7.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/QuesoGLC/${PORTVERSION} @@ -14,9 +14,10 @@ LIB_DEPENDS= libfribidi.so:${PORTSDIR}/converters/fribidi \ libfreetype.so:${PORTSDIR}/print/freetype2 \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig -USES= tar:bzip2 pathfix gmake +USES= tar:bzip2 pathfix gmake libtool GNU_CONFIGURE= yes USE_GL= gl glu glut +INSTALL_TARGET= install-strip USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/graphics/quesoglc/pkg-plist b/graphics/quesoglc/pkg-plist index 7006db2dcf42..4a9dfe3ee3d2 100644 --- a/graphics/quesoglc/pkg-plist +++ b/graphics/quesoglc/pkg-plist @@ -1,7 +1,7 @@ include/GL/glc.h lib/libGLC.a -lib/libGLC.la lib/libGLC.so lib/libGLC.so.0 +lib/libGLC.so.0.0.7 libdata/pkgconfig/quesoglc.pc @dirrmtry include/GL |