openbsd-ports/net/ngrep/Makefile
wilfried b9d3092930 update to 1.40.1; from new maintainer Jolan Luff <jolan@cryptonomicon.org>
- now respects CFLAGS throughout the whole build
- this version adds tun device support for OpenBSD.
2003-04-17 18:59:49 +00:00

27 lines
535 B
Makefile

# $OpenBSD: Makefile,v 1.17 2003/04/17 18:59:49 wilfried Exp $
COMMENT= "network grep"
DISTNAME= ngrep-1.40.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ngrep/}
HOMEPAGE= http://ngrep.sourceforge.net/
MAINTAINER= Jolan Luff <jolan@cryptonomicon.org>
PERMIT_PACKAGE_CDROM= "Restrictions on packages"
PERMIT_PACKAGE_FTP= "Restrictions on packages"
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
NO_REGRESS= Yes
WRKDIST= ${WRKDIR}/ngrep
CONFIGURE_STYLE=gnu dest
ALL_TARGET= ngrep
.include <bsd.port.mk>