1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/net/samplicator/Makefile
Ryan Steinmetz 019c086b3e - Ressurect net/samplicator
- Assign new MAINTAINER
- Update MASTER_SITES

PR:		ports/170922
Submitted by:	Chris Wopat <me@falz.net>
2012-09-08 15:17:51 +00:00

26 lines
558 B
Makefile

# $FreeBSD$
PORTNAME= samplicator
PORTVERSION= 1.3.7.b6
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MASTER_SITE_SUBDIR= samplicator
DISTNAME= samplicator-1.3.7-beta6
MAINTAINER= me@falz.net
COMMENT= Receives UDP datagrams and redistributes them to a set of receivers
GNU_CONFIGURE= yes
PLIST_FILES= bin/samplicate
PORTDOCS= NEWS README
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/samplicate ${PREFIX}/bin/
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}/
cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
.endif
.include <bsd.port.mk>