openbsd-ports/net/ngrep/Makefile
sturm 7bcab13b8e update to ngrep 1.42
from thuglife at bsd.hu (Robert Nagy)
2004-04-09 10:11:36 +00:00

26 lines
513 B
Makefile

# $OpenBSD: Makefile,v 1.20 2004/04/09 10:11:36 sturm Exp $
COMMENT= "network grep"
DISTNAME= ngrep-1.42
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
NO_REGRESS= Yes
CONFIGURE_STYLE=autoconf
AUTOCONF_VERSION=2.57
ALL_TARGET= ngrep
.include <bsd.port.mk>