1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/net/scamper/Makefile
Frederic Culot fb1f4718d1 - Update to 20111202b
Changes:	http://www.wand.net.nz/pipermail/scamper-announce/2012-April/000015.html
PR:		ports/166644
Submitted by:	Matthew Luckie <mjl@luckie.org.nz> (maintainer)
Feature safe:	yes
2012-04-04 17:40:49 +00:00

28 lines
625 B
Makefile

# New ports collection makefile for: scamper
# Date created: 18 Mey 2005
# Whom: dikshie
#
# $FreeBSD$
#
PORTNAME= scamper
PORTVERSION= 20111202b
CATEGORIES= net ipv6
MASTER_SITES= http://www.wand.net.nz/scamper/
DISTNAME= ${PORTNAME}-cvs-${PORTVERSION}
MAINTAINER= mjl@luckie.org.nz
COMMENT= Tool for parallelised IPv4 and IPv6 measurement
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GMAKE= yes
MAN1= scamper.1 sc_ally.1 sc_analysis_dump.1 sc_attach.1 \
sc_tracediff.1 sc_warts2pcap.1 sc_warts2text.1 \
sc_wartscat.1 sc_wartsdump.1
MAN3= libscamperfile.3
MAN5= warts.5
.include <bsd.port.mk>