c3ae62b612
- Added config file option "-c" which implements samplication to peers depending on the source of the packet. - Added patch to make source address spoofing work on BSD-based systems. Pointed out by: Vladimir A. Jakovenko <vovik@lucky.net> PR: ports/30288 Submitted by: Michael Lyngbol <lyngbol@wheel.dk> (MAINTAINER)
23 lines
546 B
Makefile
23 lines
546 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.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.switch.ch/tf-tant/floma/sw/samplicator/
|
|
|
|
MAINTAINER= lyngbol@wheel.dk
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-install:
|
|
${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
|
|
${INSTALL_DATA} ${WRKSRC}/NEWS ${PREFIX}/share/doc/${PORTNAME}/
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME}/
|
|
|
|
.include <bsd.port.mk>
|