pkgsrc/net/scamper/Makefile
markd bd6456af75 Update scamper to 20100517 snapshot.
Several years of development.
2010-08-22 21:10:16 +00:00

27 lines
708 B
Makefile

# $NetBSD: Makefile,v 1.8 2010/08/22 21:10:16 markd Exp $
#
DISTNAME= scamper-cvs-20100517
PKGNAME= ${DISTNAME:S/-cvs//}
CATEGORIES= net
MASTER_SITES= http://www.wand.net.nz/scamper/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.wand.net.nz/scamper/
COMMENT= Dual-stack traceroute software
PKG_DESTDIR_SUPPORT= user-destdir
INSTALLATION_DIRS=bin
MAKE_FLAGS+= WITH_DEBUG=yes # recommended by the the software developer
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/scamper ${DESTDIR}${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"