c8ab14f8dc
need X11. Addresses PR 25703 by Jukka Salmi.
13 lines
267 B
Makefile
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"
|