2011-08-16 04:31:25 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2011/08/16 08:31:25 sthen Exp $
|
2011-06-19 06:19:43 -04:00
|
|
|
|
|
|
|
SHARED_LIBS += scamperfile 0.0 # 0.0
|
|
|
|
|
|
|
|
COMMENT = parallel internet measurement utility
|
|
|
|
|
2011-08-16 04:31:25 -04:00
|
|
|
V = 20110803
|
2011-06-19 07:33:09 -04:00
|
|
|
DISTNAME = scamper-cvs-$V
|
|
|
|
PKGNAME = scamper-0.0.$V
|
2011-06-19 06:19:43 -04:00
|
|
|
|
|
|
|
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
|
2011-06-23 16:20:39 -04:00
|
|
|
SEPARATE_BUILD = simple
|
2011-06-19 06:19:43 -04:00
|
|
|
CONFIGURE_STYLE = gnu
|
2011-06-23 03:46:12 -04:00
|
|
|
CONFIGURE_ARGS = --with-privsep-user=_scamper
|
2011-06-19 06:19:43 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|