2007-09-15 18:36:51 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.27 2007/09/15 22:36:56 merdely Exp $
|
2001-05-06 00:59:54 -04:00
|
|
|
|
2007-09-15 18:36:51 -04:00
|
|
|
COMMENT= network grep
|
1999-06-23 00:16:21 -04:00
|
|
|
|
2007-03-19 18:44:06 -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/}
|
2004-04-09 06:11:36 -04:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2000-02-16 19:40:52 -05:00
|
|
|
|
2001-05-09 11:26:00 -04:00
|
|
|
HOMEPAGE= http://ngrep.sourceforge.net/
|
2000-07-13 03:28:07 -04:00
|
|
|
|
2007-03-19 18:44:06 -04:00
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
2003-04-17 14:59:49 -04:00
|
|
|
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
|
|
|
|
2003-04-17 14:59:49 -04:00
|
|
|
NO_REGRESS= Yes
|
1999-06-23 00:16:21 -04:00
|
|
|
|
2007-03-19 18:44:06 -04:00
|
|
|
USE_GMAKE= Yes
|
2007-03-31 05:38:42 -04:00
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
AUTOCONF_VERSION= 2.60
|
2005-07-23 15:41:21 -04:00
|
|
|
CONFIGURE_STYLE= autoconf no-autoheader
|
2007-03-19 18:44:06 -04:00
|
|
|
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>
|