aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-01-14 06:19:48 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-01-14 06:19:48 +0800
commitd6061089c6928df17ff4c1524ecbb407b7b06b93 (patch)
tree958b9ba59ea369fc6ea09fa608663d1ddcc4c198 /audio
parentb522cfeab586ec18daf2ae233ff8617fd92e4170 (diff)
downloadfreebsd-ports-graphics-d6061089c6928df17ff4c1524ecbb407b7b06b93.tar.gz
freebsd-ports-graphics-d6061089c6928df17ff4c1524ecbb407b7b06b93.tar.zst
freebsd-ports-graphics-d6061089c6928df17ff4c1524ecbb407b7b06b93.zip
- Add LICENSE
- Switch to options helpers
Diffstat (limited to 'audio')
-rw-r--r--audio/vsound/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/audio/vsound/Makefile b/audio/vsound/Makefile
index 417e458d259..0135709cdec 100644
--- a/audio/vsound/Makefile
+++ b/audio/vsound/Makefile
@@ -10,6 +10,9 @@ MASTER_SITES= http://www.vsound.org/
MAINTAINER= ports@FreeBSD.org
COMMENT= Utility for capturing audio streams from programs with OSS output
+LICENSE= GPLv2+
+LICENSE_FILE= ${WRKSRC}/COPYING
+
BUILD_DEPENDS= sox:${PORTSDIR}/audio/sox
RUN_DEPENDS= sox:${PORTSDIR}/audio/sox
@@ -19,8 +22,10 @@ GNU_CONFIGURE= yes
OPTIONS_DEFINE= DOCS
post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/vsound/libvsound.so
+
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/vsound/libvsound.so
.include <bsd.port.mk>