75814b6d3c
autoconf autoheader automake makeinfo; Fixed HOMEPAGE; Buildlinked libpcap, pcre, and libnet10; Needs LICENSE to pass pkglint. From ChangeLog: 1.2.5 (2003-05-30) - ph-neutral relaese. Everyone is pretty drunken but I fixed an ugly bug. First ip of ip range was always skipped.
20 lines
575 B
Makefile
20 lines
575 B
Makefile
# $NetBSD: Makefile,v 1.5 2013/01/03 12:08:07 othyro Exp $
|
|
#
|
|
|
|
DISTNAME= thcrut-1.2.5
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.thc.org/releases/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.thc.org/thc-rut/
|
|
COMMENT= Gathers information from local and remote networks
|
|
#LICENSE= # XXX See ${WRKSRC}/LICENSE
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= aclocal autoconf autoheader automake makeinfo
|
|
|
|
.include "../../devel/libnet10/buildlink3.mk"
|
|
.include "../../devel/pcre/buildlink3.mk"
|
|
.include "../../net/libpcap/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|