blob: 4171b9c8ae0e633c2380f7377415987be8ccd986 (
plain)
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
|
# New ports collection makefile for: sniffit
# Version required: 0.3.5
# Date created: 28 Mar 1998
# Whom: bsdx
#
# $NetBSD: Makefile,v 1.2 1998/03/30 09:57:56 hubertf Exp $
# FreeBSD
#
DISTNAME= sniffit.0.3.5
PKGNAME= sniffit-0.3.5
CATEGORIES= security
MASTER_SITES= http://reptile.rug.ac.be/~coder/sniffit/files/
MAINTAINER= packages@netbsd.org
MAN5= sniffit.5
MAN8= sniffit.8
do-build:
cd ${WRKSRC} ; ./configure ; make
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sniffit ${PREFIX}/sbin/sniffit
${INSTALL_MAN} ${WRKSRC}/sniffit.5 ${PREFIX}/man/man5
${INSTALL_MAN} ${WRKSRC}/sniffit.8 ${PREFIX}/man/man8
.include <bsd.port.mk>
|