aboutsummaryrefslogtreecommitdiff
path: root/net/samplicator
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2014-02-03 14:36:16 +0000
committerMark Felder <feld@FreeBSD.org>2014-02-03 14:36:16 +0000
commit1c6ee08b26c9face9888f48fa1860439674e6096 (patch)
tree1b684bb62675567c189a298b0bb20b8e22d8bb0c /net/samplicator
parentab0dddd6881b534a5038289905ed5059a50a19b9 (diff)
downloadports-1c6ee08b26c9face9888f48fa1860439674e6096.tar.gz
ports-1c6ee08b26c9face9888f48fa1860439674e6096.zip
Notes
Diffstat (limited to 'net/samplicator')
-rw-r--r--net/samplicator/Makefile14
1 files changed, 9 insertions, 5 deletions
diff --git a/net/samplicator/Makefile b/net/samplicator/Makefile
index a9ee256a58af..e2d34366f0eb 100644
--- a/net/samplicator/Makefile
+++ b/net/samplicator/Makefile
@@ -10,17 +10,21 @@ DISTNAME= samplicator-1.3.7-beta6
MAINTAINER= me@falz.net
COMMENT= Receives UDP datagrams and redistributes them to a set of receivers
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
GNU_CONFIGURE= yes
PLIST_FILES= bin/samplicate
PORTDOCS= NEWS README
-NO_STAGE= yes
+.include <bsd.port.options.mk>
+
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/samplicate ${PREFIX}/bin/
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}/
- cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
+ ${INSTALL_PROGRAM} ${WRKSRC}/samplicate ${STAGEDIR}${PREFIX}/bin
+.if ${PORT_OPTIONS:MDOCS}
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}/
+ cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>