2002-11-22 14:03:56 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.45 2002/11/22 19:03:56 cloder Exp $
|
2001-04-12 11:59:15 -04:00
|
|
|
|
2002-08-12 11:58:15 -04:00
|
|
|
COMMENT= "scan ports and fingerprint stack of network hosts"
|
1999-01-11 00:37:23 -05:00
|
|
|
|
2002-08-11 16:50:54 -04:00
|
|
|
DISTNAME= nmap-3.00
|
2000-04-02 00:55:56 -05:00
|
|
|
CATEGORIES= net security
|
2001-01-14 13:18:09 -05:00
|
|
|
MASTER_SITES= ${HOMEPAGE}dist/
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2000-07-29 19:12:51 -04:00
|
|
|
HOMEPAGE= http://www.insecure.org/nmap/
|
2001-01-09 11:10:16 -05:00
|
|
|
|
2002-11-22 14:03:56 -05:00
|
|
|
MAINTAINER= Chad Loder <cloder@openbsd.org>
|
1999-01-11 00:37:23 -05:00
|
|
|
|
2002-08-11 16:50:54 -04:00
|
|
|
# GPL
|
2000-03-25 01:12:15 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2000-02-12 03:02:07 -05:00
|
|
|
|
2002-08-11 16:50:54 -04:00
|
|
|
CONFIGURE_STYLE= gnu dest
|
|
|
|
CONFIGURE_ARGS= --with-libpcap=/usr
|
|
|
|
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/nbase \
|
|
|
|
${WRKSRC}/libpcap-possiblymodified
|
2001-01-09 11:10:16 -05:00
|
|
|
|
2001-01-09 13:52:34 -05:00
|
|
|
FLAVORS= no_x11
|
2001-03-15 14:38:49 -05:00
|
|
|
FLAVOR?=
|
2001-01-09 11:10:16 -05:00
|
|
|
|
2001-01-14 13:18:09 -05:00
|
|
|
.if ${FLAVOR:L:Mno_x11}
|
|
|
|
ALL_TARGET= nmap
|
|
|
|
.else
|
2001-10-24 08:29:50 -04:00
|
|
|
LIB_DEPENDS= gtk.1.2,gdk.1.2::x11/gtk+
|
2001-01-14 13:18:09 -05:00
|
|
|
USE_X11= Yes
|
2001-01-16 21:06:11 -05:00
|
|
|
ALL_TARGET= nmap nmapfe/nmapfe
|
2001-01-09 11:10:16 -05:00
|
|
|
.endif
|
|
|
|
|
2002-10-27 20:38:44 -05:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
1999-01-11 00:37:23 -05:00
|
|
|
.include <bsd.port.mk>
|