1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/net/ngrep/Makefile
David E. O'Brien c61b442096 ngrep strives to provide most of GNU grep's common features, applying
them to the network layer.  ngrep somewhat replaces tcpdump.

{DESCR,COMMENT} Obtained from:	NetBSD
[after I started making this port, I realized NetBSD had a port if it]
2000-01-02 10:22:41 +00:00

28 lines
559 B
Makefile

# ex:ts=8
# Ports collection makefile for: ngrep
# Version required: 1.35
# Date created: Sat Jan 01, 2000
# Whom: David O'Brien (obrien@NUXI.com)
#
# $FreeBSD$
#
DISTNAME= ngrep-1.35
CATEGORIES= net security
MASTER_SITES= http://www.packetfactory.net/ngrep/
MAINTAINER= obrien@FreeBSD.org
WRKSRC= ${WRKDIR}/ngrep
GNU_CONFIGURE= yes
ALL_TARGET= ngrep
MAN8= ngrep.8
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/ngrep
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ngrep
.endif
.include <bsd.port.mk>