openbsd-ports/net/nmap/Makefile
2002-11-22 19:03:56 +00:00

39 lines
780 B
Makefile

# $OpenBSD: Makefile,v 1.45 2002/11/22 19:03:56 cloder Exp $
COMMENT= "scan ports and fingerprint stack of network hosts"
DISTNAME= nmap-3.00
CATEGORIES= net security
MASTER_SITES= ${HOMEPAGE}dist/
EXTRACT_SUFX= .tgz
HOMEPAGE= http://www.insecure.org/nmap/
MAINTAINER= Chad Loder <cloder@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu dest
CONFIGURE_ARGS= --with-libpcap=/usr
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/nbase \
${WRKSRC}/libpcap-possiblymodified
FLAVORS= no_x11
FLAVOR?=
.if ${FLAVOR:L:Mno_x11}
ALL_TARGET= nmap
.else
LIB_DEPENDS= gtk.1.2,gdk.1.2::x11/gtk+
USE_X11= Yes
ALL_TARGET= nmap nmapfe/nmapfe
.endif
NO_REGRESS= Yes
.include <bsd.port.mk>