28 lines
706 B
Makefile
28 lines
706 B
Makefile
# $NetBSD: Makefile,v 1.10 2003/03/29 12:42:00 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= ngrep-1.39
|
|
WRKSRC= ${WRKDIR}/ngrep
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ngrep/}
|
|
|
|
MAINTAINER= hubertf@netbsd.org
|
|
HOMEPAGE= http://ngrep.sourceforge.net/
|
|
COMMENT= network grep
|
|
|
|
USE_BUILDLINK2= 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} == "SunOS" || ${OPSYS} == "Linux"
|
|
do-configure:
|
|
cd ${WRKSRC}; ./configure --prefix=${PREFIX}
|
|
.endif
|
|
|
|
.include "../../net/libpcap/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|