aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2014-03-19 21:28:59 +0800
committerpawel <pawel@FreeBSD.org>2014-03-19 21:28:59 +0800
commitb27610fe2d7855914d416cf90abdd6e84666bc63 (patch)
tree04850fac53c356d00b310c0d04ca1085a7ea03ee /audio
parent7b3dc3361ba6b0000d35e2abb2a6df5fca2af140 (diff)
downloadfreebsd-ports-gnome-b27610fe2d7855914d416cf90abdd6e84666bc63.tar.gz
freebsd-ports-gnome-b27610fe2d7855914d416cf90abdd6e84666bc63.tar.zst
freebsd-ports-gnome-b27610fe2d7855914d416cf90abdd6e84666bc63.zip
- Staging support
- Strip library
Diffstat (limited to 'audio')
-rw-r--r--audio/libconvolve/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/audio/libconvolve/Makefile b/audio/libconvolve/Makefile
index cc8814a43166..6d13566124ac 100644
--- a/audio/libconvolve/Makefile
+++ b/audio/libconvolve/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libconvolve
PORTVERSION= 0.0.8
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= SF/heaven/Audio%20Applications/Jack%20Related/jack_convolve/
EXTRACT_SUFX= .tgz
@@ -20,7 +20,13 @@ LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 \
libsndfile.so:${PORTSDIR}/audio/libsndfile
USES= gmake pkgconfig
-NO_STAGE= yes
USE_LDCONFIG= yes
+post-patch:
+ @${REINPLACE_CMD} -e '/cp / s|PREFIX|DESTDIR)$$(&|g' \
+ -e '/ln / s|PREFIX|DESTDIR)$$(&|2' \
+ ${WRKSRC}/Makefile
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}.so.0.0.8
+
.include <bsd.port.mk>