2001-06-10 04:18:32 +00:00
|
|
|
# New ports collection makefile for: samplicator
|
|
|
|
# Date created: 1 June 2001
|
|
|
|
# Whom: Michael Lyngbol <lyngbol@wheel.dk>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= samplicator
|
2001-10-17 19:15:31 +00:00
|
|
|
PORTVERSION= 1.3.2
|
2001-06-10 04:18:32 +00:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://www.switch.ch/tf-tant/floma/sw/samplicator/
|
|
|
|
|
|
|
|
MAINTAINER= lyngbol@wheel.dk
|
2003-02-21 13:28:59 +00:00
|
|
|
COMMENT= Receives UDP datagrams and redistributes them to a set of receivers
|
2001-06-10 04:18:32 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2001-06-28 12:28:03 +00:00
|
|
|
post-install:
|
2001-10-17 19:15:31 +00:00
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
.for file in NEWS README
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
|
|
|
.endfor
|
2001-06-28 12:28:03 +00:00
|
|
|
|
2001-06-10 04:18:32 +00:00
|
|
|
.include <bsd.port.mk>
|