aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-05-26 04:16:45 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-05-26 04:16:45 +0800
commitf3043e3f460692cd31d93d1f6327cad17de1f13b (patch)
tree4cad07b719d6f775e2b9508daa9145fc6257c68d /audio
parent824ac067933eec09c3f266602620255359198792 (diff)
downloadfreebsd-ports-gnome-f3043e3f460692cd31d93d1f6327cad17de1f13b.tar.gz
freebsd-ports-gnome-f3043e3f460692cd31d93d1f6327cad17de1f13b.tar.zst
freebsd-ports-gnome-f3043e3f460692cd31d93d1f6327cad17de1f13b.zip
- Strip libraries
Approved by: portmgr blanket
Diffstat (limited to 'audio')
-rw-r--r--audio/calf/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/calf/Makefile b/audio/calf/Makefile
index ae3242036959..dcdfcaf5c813 100644
--- a/audio/calf/Makefile
+++ b/audio/calf/Makefile
@@ -3,7 +3,7 @@
PORTNAME= calf
PORTVERSION= 0.0.19
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= SF
@@ -23,6 +23,7 @@ USES= gmake pkgconfig libtool
USE_GNOME= gtk20
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
+INSTALL_TARGET= install-strip
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
@@ -70,6 +71,8 @@ pre-build:
.endif
post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/calf/calf.so \
+ ${STAGEDIR}${PREFIX}/lib/lv2/calf.lv2/calflv2gui.so
.if ${PORT_OPTIONS:MLV2}
@(cd ${WRKDIR}/calfmakerdf/src && ./calfmakerdf -m ttl \
-p ${STAGEDIR}${PREFIX}/lib/lv2/calf.lv2)