freebsd-ports/net/sniffit/Makefile
Edwin Groothuis 379eb115c5 Remove O'Briens FreeBSD directory as source for the files, thanks
for your help in the last years.

Go to diff version 10, as available from the Debian mastersites.
2003-11-02 10:53:34 +00:00

38 lines
883 B
Makefile

# ex:ts=8
# Ports collection makefile for: sniffit
# Date created: 28 Mar 1998
# Whom: bsdx
#
# $FreeBSD$
#
PORTNAME= sniffit
PORTVERSION= 0.3.7b
PORTREVISION= 2
CATEGORIES= net security
MASTER_SITES= http://reptile.rug.ac.be/~coder/sniffit/files/
DISTNAME= sniffit.0.3.7.beta
PATCH_SITES= ${MASTER_SITE_DEBIAN_POOL}
PATCHFILES= sniffit_0.3.7.beta-10.diff.gz
PATCH_DIST_STRIP= -p1
MAINTAINER= edwin@mavetju.org
COMMENT= A packet sniffer program. For educational use
GNU_CONFIGURE= yes
ALL_TARGET=
MAN5= sniffit.5
MAN8= sniffit.8
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sniffit ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/sniffit.5 ${PREFIX}/man/man5
${INSTALL_MAN} ${WRKSRC}/sniffit.8 ${PREFIX}/man/man8
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/sniffit
${INSTALL_MAN} ${WRKSRC}/README.FIRST ${PREFIX}/share/doc/sniffit
.endif
.include <bsd.port.mk>