mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
5240ab0753
Reported by: Chris D. Faulhaber <jedgar@fxp.org>
28 lines
545 B
Makefile
28 lines
545 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: ngrep
|
|
# Date created: Sat Jan 01, 2000
|
|
# Whom: David O'Brien (obrien@NUXI.com)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ngrep
|
|
PORTVERSION= 1.38
|
|
CATEGORIES= net security
|
|
MASTER_SITES= http://www.packetfactory.net/Projects/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>
|