diff options
Diffstat (limited to 'security/sniff/Makefile')
-rw-r--r-- | security/sniff/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/security/sniff/Makefile b/security/sniff/Makefile new file mode 100644 index 000000000000..4c344fc01f6d --- /dev/null +++ b/security/sniff/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: sniff +# Version required: 1.0 +# Date created: 7 December 1998 +# Whom: Rick & Samu +# +# $Id$ +# + +DISTNAME= sniff-1.0 +CATEGORIES= security +MASTER_SITES= ftp://righi.df.unibo.it/pub/sniff/ + +MAINTAINER= veraldi@cs.unibo.it + +MAN1= sniff.1 +HAS_CONFIGURE= yes +CONFIGURE_SCRIPT= configure + +.include <bsd.port.mk> |