openbsd-ports/net/ngrep/Makefile

26 lines
557 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.23 2005/07/23 19:41:21 brad Exp $
COMMENT= "network grep"
1999-06-23 00:16:21 -04:00
DISTNAME= ngrep-1.44
1999-06-23 00:16:21 -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/
# Restrictive
PERMIT_PACKAGE_CDROM= "Restrictions on packages"
PERMIT_PACKAGE_FTP= "Restrictions on packages"
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
AUTOCONF_VERSION= 2.59
CONFIGURE_STYLE= autoconf no-autoheader
CONFIGURE_ARGS+= --enable-ipv6
2002-10-27 20:38:44 -05:00
1999-06-23 00:16:21 -04:00
.include <bsd.port.mk>