pkgsrc/security/sniff/Makefile

20 lines
404 B
Makefile

# $NetBSD: Makefile,v 1.10 2005/04/11 21:47:19 tv Exp $
#
DISTNAME= sniff-2.0
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= zuntum@NetBSD.org
COMMENT= Program to sniff logins and passwords
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
LIBS+= -lsocket -lnsl
MAKE_ENV+= LIBS="${LIBS}"
.endif
.include "../../net/libpcap/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"