aboutsummaryrefslogtreecommitdiffstats
path: root/net/ngrep/Makefile
blob: 4b0d0a7c6f9e8b2e67f214f82cbd5289c0751c5a (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
27
28
29
30
31
32
33
34
35
36
37
38
# 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.42
CATEGORIES= net security
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= edwin@mavetju.org
COMMENT=    Network grep

GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-pcre --disable-pcap-restart
ALL_TARGET= ngrep
USE_BZIP2=  yes

MAN8=       ngrep.8
PLIST_FILES=    bin/ngrep

PORTDOCS=   BUGS CHANGES CREDITS INSTALL LICENSE README README.pcre TODO

.include <bsd.port.pre.mk>

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
.for file in ${PORTDOCS}
    ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.post.mk>