freebsd-ports/net/ngrep/Makefile
Edwin Groothuis 650e73eb31 Fix problems which where there during running of the program:
- checked on 4.8
    - checked on 5.2.1 with standard libpcap
    - checked on 5.2.1 with net/libpcap

Commands checked:
    - ngrep -d fxp1
    - ngrep -d fxp1 port 80
    - ngrep -d fxp1 GET port 80
2004-02-28 11:21:56 +00:00

39 lines
754 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.40.1
PORTREVISION= 3
CATEGORIES= net security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= edwin@mavetju.org
COMMENT= Network grep
WRKSRC= ${WRKDIR}/ngrep
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-pcre --without-restart
ALL_TARGET= ngrep
MAN8= ngrep.8
PLIST_FILES= bin/ngrep
PORTDOCS= BUGS CHANGES README README.pcre USAGE
.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>