summaryrefslogtreecommitdiff
path: root/net/ngrep/Makefile
blob: d2a5c61067b97ddbb0dca15ebdd62d02236c51f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# ex:ts=8
# Ports collection makefile for:  ngrep
# 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>