openbsd-ports/net/ngrep/Makefile
aanriot 7d6d1cd6cc remove a blank line which produces a blank page with nroff.
help and 'looks fine' jmc@, ok espie@
2005-11-01 23:39:08 +00:00

27 lines
583 B
Makefile

# $OpenBSD: Makefile,v 1.24 2005/11/01 23:39:08 aanriot Exp $
COMMENT= "network grep"
DISTNAME= ngrep-1.44
PKGNAME= ${DISTNAME}p0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ngrep/}
EXTRACT_SUFX= .tar.bz2
HOMEPAGE= http://ngrep.sourceforge.net/
# Restrictive
PERMIT_PACKAGE_CDROM= "Restrictions on packages"
PERMIT_PACKAGE_FTP= "Restrictions on packages"
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c pcap
NO_REGRESS= Yes
AUTOCONF_VERSION= 2.59
CONFIGURE_STYLE= autoconf no-autoheader
CONFIGURE_ARGS+= --enable-ipv6
.include <bsd.port.mk>