diff options
Diffstat (limited to 'net/sniffit/Makefile')
-rw-r--r-- | net/sniffit/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net/sniffit/Makefile b/net/sniffit/Makefile new file mode 100644 index 00000000000..db2411b978d --- /dev/null +++ b/net/sniffit/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: sniffit +# Version required: 0.3.5 +# Date created: 28 Mar 1998 +# Whom: bsdx +# +# $NetBSD: Makefile,v 1.1 1998/03/30 08:47:37 hubertf Exp $ +# FreeBSD +# + +DISTNAME= sniffit.0.3.5 +CATEGORIES= security +MASTER_SITES= http://reptile.rug.ac.be/~coder/sniffit/files/ + +MAINTAINER= packages@netbsd.org + + +do-build: + cd ${WRKSRC} ; ./configure ; make + +do-install: + cd ${WRKSRC} ; cp sniffit ${PREFIX}/sbin/sniffit + chmod 555 ${PREFIX}/sbin/sniffit + chown bin.bin ${PREFIX}/sbin/sniffit + +.include <bsd.port.mk> |