aboutsummaryrefslogtreecommitdiff
path: root/net/samplicator/Makefile
blob: f328539a2ca066dab5bf7690b1878a41fed401d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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>