9c8b5ede43
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
28 lines
780 B
Makefile
28 lines
780 B
Makefile
# $NetBSD: Makefile,v 1.15 2006/03/04 21:30:18 jlam Exp $
|
|
|
|
DISTNAME= firewalk-5.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= net security
|
|
MASTER_SITES= http://www.packetfactory.net/firewalk/dist/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.packetfactory.net/Projects/firewalk/
|
|
COMMENT= Determines the filter rules on a packet forwarding device
|
|
|
|
WRKSRC= ${WRKDIR}/Firewalk
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV+= CFLAGS=-I${LOCALBASE}/include
|
|
|
|
BUILDLINK_DEPENDS.libnet+= libnet-1.1.*
|
|
|
|
MAKE_ENV+= FIREWALK_LOC=${PREFIX:Q}
|
|
|
|
.include "../../devel/libnet11/buildlink3.mk"
|
|
.include "../../net/libdnet/buildlink3.mk"
|
|
.include "../../net/libpcap/buildlink3.mk"
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKSRC}/man/firewalk.8 ${PREFIX}/man/man8
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|