# New ports collection makefile for:   samplicator
# Date created:        1 June 2001
# Whom:                Michael Lyngbol <lyngbol@wheel.dk>
#
# $FreeBSD: ports/net/samplicator/Makefile,v 1.6 2006/05/07 19:27:14 erwin Exp $
#

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

GNU_CONFIGURE=	yes

post-install:
	${MKDIR} ${DOCSDIR}
.for file in NEWS README
	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor

.include <bsd.port.mk>


syntax highlighted by Code2HTML, v. 0.9.1