aboutsummaryrefslogtreecommitdiff
path: root/audio/vsound
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-01-13 22:19:48 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-01-13 22:19:48 +0000
commit18c7f72cf1687e535ea290282c7caa1689f79e22 (patch)
tree958b9ba59ea369fc6ea09fa608663d1ddcc4c198 /audio/vsound
parent16af1514cb730e864d4eb2369b69723274b3b904 (diff)
downloadports-18c7f72cf1687e535ea290282c7caa1689f79e22.tar.gz
ports-18c7f72cf1687e535ea290282c7caa1689f79e22.zip
- Add LICENSE
- Switch to options helpers
Notes
Notes: svn path=/head/; revision=406075
Diffstat (limited to 'audio/vsound')
-rw-r--r--audio/vsound/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/audio/vsound/Makefile b/audio/vsound/Makefile
index 417e458d2591..0135709cdec8 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>