2013-02-06 20:30:54 +01:00
|
|
|
# $NetBSD: Makefile,v 1.20 2013/02/06 19:30:58 jperkin Exp $
|
2001-10-11 17:37:55 +02:00
|
|
|
|
2005-08-26 19:01:38 +02:00
|
|
|
DISTNAME= nemesis-1.4
|
2013-02-06 20:30:54 +01:00
|
|
|
PKGREVISION= 2
|
2001-10-11 17:37:55 +02:00
|
|
|
CATEGORIES= net
|
2005-08-26 19:01:38 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nemesis/}
|
2001-10-11 17:37:55 +02:00
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2002-02-14 00:04:51 +01:00
|
|
|
HOMEPAGE= http://jeff.wwti.com/nemesis/
|
2003-07-21 19:10:16 +02:00
|
|
|
COMMENT= Nemesis is a command-line UNIX network packet injection suite
|
2001-10-11 17:37:55 +02:00
|
|
|
|
2007-03-08 20:25:32 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2007-02-18 19:54:23 +01:00
|
|
|
CONFIGURE_ARGS+= --with-libnet-includes=${BUILDLINK_PREFIX.libnet10}/include/libnet10
|
|
|
|
CONFIGURE_ARGS+= --with-libnet-libs=${BUILDLINK_PREFIX.libnet10}/lib/libnet10
|
2001-10-11 17:37:55 +02:00
|
|
|
|
2007-02-18 19:54:23 +01:00
|
|
|
SUBST_CLASSES+= conf
|
|
|
|
SUBST_STAGE.conf= pre-configure
|
|
|
|
SUBST_FILES.conf= configure
|
|
|
|
SUBST_SED.conf= -e "s|libnet-config|libnet10-config|g"
|
|
|
|
SUBST_MESSAGE.conf= Fixing configuration script.
|
2005-01-29 00:35:59 +01:00
|
|
|
|
2005-07-14 16:48:09 +02:00
|
|
|
.include "../../net/libpcap/buildlink3.mk"
|
2007-02-18 19:54:23 +01:00
|
|
|
.include "../../devel/libnet10/buildlink3.mk"
|
2001-10-11 17:37:55 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|