openbsd-ports/net/ngrep/Makefile

35 lines
736 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.28 2009/03/30 21:19:02 sthen Exp $
COMMENT= network grep
1999-06-23 00:16:21 -04:00
DISTNAME= ngrep-1.45
PKGNAME= ${DISTNAME}p1
2007-03-31 05:38:42 -04:00
CATEGORIES= net
2002-05-19 20:15:23 -04:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ngrep/}
EXTRACT_SUFX= .tar.bz2
2000-02-16 19:40:52 -05:00
HOMEPAGE= http://ngrep.sourceforge.net/
# custom BSD-like
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
2000-03-22 18:27:55 -05:00
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c pcap
LIB_DEPENDS= pcre::devel/pcre
2000-03-22 18:27:55 -05:00
NO_REGRESS= Yes
1999-06-23 00:16:21 -04:00
USE_GMAKE= Yes
2007-03-31 05:38:42 -04:00
USE_LIBTOOL= Yes
AUTOCONF_VERSION= 2.60
CONFIGURE_STYLE= autoconf no-autoheader
CONFIGURE_ARGS+= --enable-ipv6 \
--enable-pcre \
--with-dropprivs-user=_ngrep
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS=-L${LOCALBASE}/lib
2002-10-27 20:38:44 -05:00
1999-06-23 00:16:21 -04:00
.include <bsd.port.mk>