openbsd-ports/net/scamper/Makefile
sthen b8c25b427a rerolled scamper distfile (same code but build infrastructure changed slightly)
- SEPARATE_BUILD is supported now, so use it.
- installs new manpage for the warts(5) binary file format that
scamper uses to archive measurement results.
2011-06-23 20:20:39 +00:00

35 lines
684 B
Makefile

# $OpenBSD: Makefile,v 1.4 2011/06/23 20:20:39 sthen Exp $
SHARED_LIBS += scamperfile 0.0 # 0.0
COMMENT = parallel internet measurement utility
V = 20110623
REVISION = 0
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
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB += c
MASTER_SITES = ${HOMEPAGE}
USE_GROFF = Yes
USE_LIBTOOL = Yes
SEPARATE_BUILD = simple
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --with-privsep-user=_scamper
.include <bsd.port.mk>