pkgsrc/security/dsniff-nox11/Makefile
wiz c8ab14f8dc Initial import of dsniff-nox11, the tools from dsniff that don't
need X11. Addresses PR 25703 by Jukka Salmi.
2005-03-22 01:05:16 +00:00

13 lines
267 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/03/22 01:05:16 wiz Exp $
.include "../dsniff/Makefile.common"
PKGNAME= dsniff-nox11-${VERS}
COMMENT= Password sniffer
CONFIGURE_ARGS+= --without-x
post-install:
${RM} ${PREFIX}/man/man8/webspy.8
.include "../../mk/bsd.pkg.mk"