opnsense-ports/net/scamper/Makefile
Franco Fichtner 4f7ac7e49e */*: sync with upstream
Taken from: FreeBSD
2016-06-24 04:38:28 +02:00

20 lines
432 B
Makefile

# $FreeBSD$
PORTNAME= scamper
PORTVERSION= 20141211e
CATEGORIES= net ipv6
MASTER_SITES= http://www.caida.org/tools/measurement/scamper/code/
DISTNAME= ${PORTNAME}-cvs-${PORTVERSION}
MAINTAINER= mjl@luckie.org.nz
COMMENT= Tool for parallelised IPv4 and IPv6 measurement
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>