2000-01-02 05:22:41 -05:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: ngrep
|
|
|
|
# Date created: Sat Jan 01, 2000
|
|
|
|
# Whom: David O'Brien (obrien@NUXI.com)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 14:14:07 -04:00
|
|
|
PORTNAME= ngrep
|
2001-08-22 14:06:44 -04:00
|
|
|
PORTVERSION= 1.40
|
2000-01-02 05:22:41 -05:00
|
|
|
CATEGORIES= net security
|
2001-08-22 14:06:44 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2000-01-02 05:22:41 -05:00
|
|
|
|
2000-02-12 22:25:05 -05:00
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
2000-01-02 05:22:41 -05:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/ngrep
|
|
|
|
GNU_CONFIGURE= yes
|
2001-08-22 14:06:44 -04:00
|
|
|
CONFIGURE_ARGS= --with-pcre --with-restart
|
2000-01-02 05:22:41 -05:00
|
|
|
ALL_TARGET= ngrep
|
|
|
|
MAN8= ngrep.8
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2001-08-22 14:06:44 -04:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
.for file in BUGS CHANGES README README.pcre USAGE
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
|
|
|
.endfor
|
2000-01-02 05:22:41 -05:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|