summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-06-23 00:45:27 +0000
committeramdmi3 <amdmi3@FreeBSD.org>2014-06-23 00:45:27 +0000
commit350886ccd492c56168ba2c5a4d039290c433678c (patch)
tree443b0d57e954bfc27c4ed658ed98166267974b37
parent9fb58b95e9f7d66959f80d87fc4f1f06af041702 (diff)
downloadFreeBSD-ports-350886ccd492c56168ba2c5a4d039290c433678c.zip
FreeBSD-ports-350886ccd492c56168ba2c5a4d039290c433678c.tar.gz
- Support staging
- Switch to USES=libtool, drop .la files
-rw-r--r--graphics/goom/Makefile6
-rw-r--r--graphics/goom/pkg-plist2
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/goom/Makefile b/graphics/goom/Makefile
index 322c85c..7c834de 100644
--- a/graphics/goom/Makefile
+++ b/graphics/goom/Makefile
@@ -3,7 +3,7 @@
PORTNAME= goom
PORTVERSION= 2k4.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}2k4/0
DISTNAME= ${PORTNAME}-${PORTVERSION:S|.|-|}-src
@@ -11,13 +11,13 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S|.|-|}-src
MAINTAINER= ports@FreeBSD.org
COMMENT= Visual effects library
-USE_AUTOTOOLS= libtool
WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:S|.|-|}
-USES= pathfix
+USES= pathfix libtool
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --disable-sdltest --enable-static
+INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
.if exists(${X11R6}/bin/xmms) || defined(WITH_XMMS)
diff --git a/graphics/goom/pkg-plist b/graphics/goom/pkg-plist
index f2b06ee..9e55196 100644
--- a/graphics/goom/pkg-plist
+++ b/graphics/goom/pkg-plist
@@ -11,9 +11,9 @@ include/goom/goomsl.h
include/goom/goomsl_hash.h
include/goom/goomsl_heap.h
lib/libgoom2.a
-lib/libgoom2.la
lib/libgoom2.so
lib/libgoom2.so.0
+lib/libgoom2.so.0.0.0
libdata/pkgconfig/libgoom2.pc
%%XMMS%%lib/xmms/Visualization/libxmmsgoom2.so
@dirrm include/goom
OpenPOWER on IntegriCloud