forked from Lainports/freebsd-ports
receives UDP datagrams and redistributes them to a set of receivers. PR: 27809 Submitted by: Michael Lyngbol <lyngbol@wheel.dk> Reviewed by: will
17 lines
357 B
Makefile
17 lines
357 B
Makefile
# New ports collection makefile for: samplicator
|
|
# Date created: 1 June 2001
|
|
# Whom: Michael Lyngbol <lyngbol@wheel.dk>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= samplicator
|
|
PORTVERSION= 1.2.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.switch.ch/tf-tant/floma/sw/samplicator/
|
|
|
|
MAINTAINER= lyngbol@wheel.dk
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|