aboutsummaryrefslogtreecommitdiffstats
path: root/net/samplicator/Makefile
blob: 60de53701c602e8925810ef531ab6fd51934e1ee (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
# New ports collection makefile for:   samplicator
# Date created:        1 June 2001
# Whom:                Michael Lyngbol <lyngbol@wheel.dk>
#
# $FreeBSD$
#

PORTNAME=   samplicator
PORTVERSION=    1.3.2
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>