pkgsrc/net/scamper/Makefile
rpaulo f3c5b12749 Update to cvs version 20060331, from Matthew Luckie <mjl@luckie.org.nz>.
The significant change is the incorporation of pkgsrc DragonFly patches.
Thanks to Joerg for this.
2006-04-20 22:57:06 +00:00

25 lines
658 B
Makefile

# $NetBSD: Makefile,v 1.5 2006/04/20 22:57:06 rpaulo Exp $
#
DISTNAME= scamper-cvs-20060331
PKGNAME= ${DISTNAME:S/-cvs//}
CATEGORIES= net
MASTER_SITES= http://www.wand.net.nz/scamper/
MAINTAINER= rpaulo@NetBSD.org
HOMEPAGE= http://www.wand.net.nz/scamper/
COMMENT= Dual-stack traceroute software
INSTALLATION_DIRS=bin
MAKE_FLAGS+= WITH_DEBUG=yes # recommended by the the software developer
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/scamper ${PREFIX}/bin
PKG_OPTIONS_VAR= PKG_OPTIONS.scamper
PKG_OPTIONS_REQUIRED_GROUPS= inet6 # require inet6 capability
PKG_OPTIONS_GROUP.inet6= inet6
.include "../../mk/bsd.options.mk"
.include "../../mk/bsd.pkg.mk"