pkgsrc/security/sniff/Makefile
zuntum 69e4ab9493 Update sniff to 2.0.
Fixes pkg/12209 by Riccardo Veraldi <veraldi@cs.unibo.it>

Changes since 1.0:
  *  directly uses libpcap functions and includes a few bug fixes to the
     previous code.  A few subroutines have been complitely rewritten.
2001-03-13 14:14:40 +00:00

13 lines
290 B
Makefile

# $NetBSD: Makefile,v 1.4 2001/03/13 14:14:40 zuntum Exp $
#
DISTNAME= sniff-2.0
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= zuntum@netbsd.org
COMMENT= Program to sniff logins and passwords
MAKE_ENV+= "CC=${CC}" "PREFIX=${PREFIX}"
.include "../../mk/bsd.pkg.mk"