b9d3092930
- now respects CFLAGS throughout the whole build - this version adds tun device support for OpenBSD.
27 lines
535 B
Makefile
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>
|