openbsd-ports/net/scamper/Makefile
2013-03-21 08:45:11 +00:00

30 lines
574 B
Makefile

# $OpenBSD: Makefile,v 1.10 2013/03/21 08:46:35 ajacoutot Exp $
SHARED_LIBS += scamperfile 0.0 # 0.0
COMMENT = parallel internet measurement utility
V = 20111202b
DISTNAME = scamper-cvs-$V
PKGNAME = scamper-0.0.$V
CATEGORIES = net benchmarks
HOMEPAGE = http://www.wand.net.nz/scamper/
MAINTAINER = Stuart Henderson <sthen@openbsd.org>
# GPLv2 only
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c m
MASTER_SITES = ${HOMEPAGE}
USE_GROFF = Yes
SEPARATE_BUILD = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --with-privsep-user=_scamper
.include <bsd.port.mk>