2f6fd86193
Contributed by Steve Rumble in private mail, and mailed back to the ngrep author by him. Bump the pkg to nb2.
33 lines
801 B
Makefile
33 lines
801 B
Makefile
# $NetBSD: Makefile,v 1.18 2004/07/05 21:42:46 hubertf Exp $
|
|
#
|
|
|
|
DISTNAME= ngrep-1.42
|
|
PKGREVISION= 2
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ngrep/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= hubertf@NetBSD.org
|
|
HOMEPAGE= http://ngrep.sourceforge.net/
|
|
COMMENT= Network grep
|
|
|
|
USE_BUILDLINK3= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-pcre
|
|
# ngrep's configure use --includedir/$includedir in a weird way!
|
|
CONFIGURE_ARGS+= --includedir=${BUILDLINK_PREFIX.libpcap}/include
|
|
ALL_TARGET= ngrep
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "FreeBSD"
|
|
CONFIGURE_ARGS+= --disable-pcap-restart
|
|
.endif
|
|
|
|
.if ${OPSYS} == "SunOS" || ${OPSYS} == "Linux"
|
|
do-configure:
|
|
cd ${WRKSRC}; ./configure --prefix=${PREFIX}
|
|
.endif
|
|
|
|
.include "../../net/libpcap/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|