summaryrefslogtreecommitdiff
path: root/audio/spiralsynthmodular
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-04 22:00:14 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-04 22:00:14 +0000
commit0930307266cd73ab1fe0e8e2c4f624377a035d86 (patch)
treec2b8d678f0abf7a23aea734fe203e379736570e9 /audio/spiralsynthmodular
parent- Add NO_ARCH (diff)
- Strip libraries
Notes
Notes: svn path=/head/; revision=388553
Diffstat (limited to 'audio/spiralsynthmodular')
-rw-r--r--audio/spiralsynthmodular/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/audio/spiralsynthmodular/Makefile b/audio/spiralsynthmodular/Makefile
index f9c39deabd4b..8e2fadd0f686 100644
--- a/audio/spiralsynthmodular/Makefile
+++ b/audio/spiralsynthmodular/Makefile
@@ -3,7 +3,7 @@
PORTNAME= spiralsynthmodular
PORTVERSION= 0.2.2a
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= audio
MASTER_SITES= SF/spiralmodular/spiralmodular/${PORTVERSION}%20%28Latest%20Version%29
DISTNAME= spiralmodular-${PORTVERSION}
@@ -18,7 +18,6 @@ LIB_DEPENDS= libfltk.so:${PORTSDIR}/x11-toolkits/fltk \
USE_XORG= x11
GNU_CONFIGURE= yes
-
CONFIGURE_ENV= FLTK_CONFIG="${FLTK_CONFIG}"
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
@@ -61,4 +60,8 @@ post-patch:
/^#include "FL/s|.h"$$|.H"|; \
s|fl_file_chooser.H|Fl_File_Chooser.H|g'
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/SpiralPlugins/*.so
+
.include <bsd.port.mk>