aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>