blob: 1c1a78537cb3b87c50a4566d0e34ac5bc463e072 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.2 2001/03/13 13:45:56 zuntum Exp $
#
DISTNAME= sniff-1.0
CATEGORIES= security
MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ \
ftp://ftp.pl.freebsd.org/pub/FreeBSD/ports/distfiles/
MAINTAINER= zuntum@netbsd.org
COMMENT= Program to sniff logins and passwords
HAS_CONFIGURE= YES
MAKE_ENV+= "CC=${CC}" "PREFIX=${PREFIX}"
.include "../../mk/bsd.pkg.mk"
|