blob: 810a1e9d94e4a163b506524b05987f51e17d6bf2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.11 2011/05/03 11:51:12 obache Exp $
#
DISTNAME= scamper-cvs-20110503
PKGNAME= ${DISTNAME:S/-cvs//}
CATEGORIES= net
MASTER_SITES= http://www.wand.net.nz/scamper/
MAINTAINER= mjl@luckie.org.nz
HOMEPAGE= http://www.wand.net.nz/scamper/
COMMENT= Tool for parallelised IPv4 and IPv6 measurement
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_FEATURES+= inet6
.include "../../mk/bsd.pkg.mk"
|