freebsd-ports/net/samplicator/Makefile
Akinori MUSHA c3ae62b612 Update to 1.3.1, improvements include:
- 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)
2001-09-03 18:06:01 +00:00

22 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>