openbsd-ports/net/ngrep/Makefile

30 lines
575 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.27 2007/09/15 22:36:56 merdely Exp $
COMMENT= network grep
1999-06-23 00:16:21 -04:00
DISTNAME= ngrep-1.45
2007-03-31 05:38:42 -04:00
PKGNAME= ${DISTNAME}p0
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/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
2000-03-22 18:27:55 -05:00
PERMIT_DISTFILES_FTP= Yes
2004-12-15 19:31:20 -05:00
WANTLIB= c pcap
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
2002-10-27 20:38:44 -05:00
1999-06-23 00:16:21 -04:00
.include <bsd.port.mk>