summaryrefslogtreecommitdiff
path: root/net/sniffit/Makefile
blob: 10089fcbcd953433e1fcc8e81cf3f69299e05e53 (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
# ex:ts=8
# New ports collection makefile for:	sniffit
# Version required:	0.3.5
# Date created:		28 Mar 1998
# Whom:			bsdx
#
# $FreeBSD$
#

DISTNAME=	sniffit.0.3.7.beta
PKGNAME=	sniffit-0.3.7b
CATEGORIES=	net security
MASTER_SITES=	http://reptile.rug.ac.be/~coder/sniffit/files/  \
		http://www.freebsd.org/~obrien/Distfiles/

MAINTAINER=	obrien@FreeBSD.ORG

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>