aboutsummaryrefslogtreecommitdiff
path: root/audio/hexter
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-12-14 01:10:06 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-12-14 01:10:06 +0000
commit5790aba132c8dad81780138a1b0cc2e5b11e48be (patch)
tree27987e251ab766afbaad6e456863004f391a69bf /audio/hexter
parent98b556e58075710eb1f4b93d2de02ed64e92e5b0 (diff)
downloadports-5790aba132c8dad81780138a1b0cc2e5b11e48be.tar.gz
ports-5790aba132c8dad81780138a1b0cc2e5b11e48be.zip
Notes
Diffstat (limited to 'audio/hexter')
-rw-r--r--audio/hexter/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/audio/hexter/Makefile b/audio/hexter/Makefile
index 2c93806e67f9..af1d06751050 100644
--- a/audio/hexter/Makefile
+++ b/audio/hexter/Makefile
@@ -9,7 +9,8 @@ MASTER_SITES= SF/dssi/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= DSSI softsynth that models the sound generation of a Yamaha DX7
-LICENSE= GPLv2
+LICENSE= GPLv2 # or later
+LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libdssialsacompat.so:${PORTSDIR}/audio/libdssialsacompat \
liblo.so:${PORTSDIR}/audio/liblo \
@@ -21,14 +22,16 @@ GNU_CONFIGURE= yes
USE_GNOME= gtk20
PORTDOCS= AUTHORS ChangeLog README
+
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e 's|-finline-limit=5000||' ${WRKSRC}/configure
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/dssi/hexter.so
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/dssi/hexter.so
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}