From a9fec3d0ad709054650892285eaa1e112fe07b16 Mon Sep 17 00:00:00 2001 From: Sheldon Hearn Date: Mon, 17 Jun 2002 13:41:55 +0000 Subject: Add WITHOUT_X11 knob. If specified, webspy(8) will not be installed, and the X11 libraries are not required. Approved by: maintainer --- security/dsniff/Makefile | 12 ++++++++++-- security/dsniff/pkg-plist | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) (limited to 'security/dsniff') diff --git a/security/dsniff/Makefile b/security/dsniff/Makefile index c24d669ee78f..a26f162eafba 100644 --- a/security/dsniff/Makefile +++ b/security/dsniff/Makefile @@ -16,10 +16,18 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet \ ${LOCALBASE}/lib/libnids.a:${PORTSDIR}/net/libnids GNU_CONFIGURE= yes -USE_XLIB= yes MAN8= arpspoof.8 dsniff.8 macof.8 mailsnarf.8 tcpkill.8 \ - tcpnice.8 urlsnarf.8 webspy.8 filesnarf.8 dnsspoof.8 msgsnarf.8 \ + tcpnice.8 urlsnarf.8 filesnarf.8 dnsspoof.8 msgsnarf.8 \ sshmitm.8 webmitm.8 +.if !defined(WITHOUT_X11) +USE_XLIB= yes +PLIST_SUB+= X11='' +.else +CONFIGURE_ARGS+= --without-x +PLIST_SUB+= X11='@comment ' +MAN8+= webspy.8 +.endif + .include diff --git a/security/dsniff/pkg-plist b/security/dsniff/pkg-plist index 37b71f322973..110054b1abf5 100644 --- a/security/dsniff/pkg-plist +++ b/security/dsniff/pkg-plist @@ -13,4 +13,4 @@ sbin/tcpkill sbin/tcpnice sbin/urlsnarf sbin/webmitm -sbin/webspy +%%X11%%sbin/webspy -- cgit v1.2.3