5dfdd909ed
- Convert USE_GMAKE to USES=gmake - Support staging PR: ports/186042 [1] Submitted by: maintainer
16 lines
345 B
Makefile
16 lines
345 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= scamper
|
|
PORTVERSION= 20140122
|
|
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
|
|
|
|
USES= gmake
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|