freebsd-ports/net/samplicator/Makefile
Erwin Lansing a7c9ff58b8 Project has vanished, mark DEPRICATED with an expiration date
one month from now.

Submitted by:	maintainer
2008-03-06 16:32:14 +00:00

27 lines
611 B
Makefile

# New ports collection makefile for: samplicator
# Date created: 1 June 2001
# Whom: Michael Lyngbol <lyngbol@wheel.dk>
#
# $FreeBSD$
#
PORTNAME= samplicator
PORTVERSION= 1.3.5
CATEGORIES= net
MASTER_SITES= http://www.switch.ch/tf-tant/floma/sw/samplicator/
MAINTAINER= lyngbol@wheel.dk
COMMENT= Receives UDP datagrams and redistributes them to a set of receivers
DEPRECATED= Project has vanished
EXPIRATION_DATE= 2008-04-06
GNU_CONFIGURE= yes
post-install:
${MKDIR} ${DOCSDIR}
.for file in NEWS README
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.include <bsd.port.mk>