openbsd-ports/net/nmap/Makefile

39 lines
780 B
Makefile
Raw Normal View History

2002-11-22 14:03:56 -05:00
# $OpenBSD: Makefile,v 1.45 2002/11/22 19:03:56 cloder Exp $
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
MASTER_SITES= ${HOMEPAGE}dist/
EXTRACT_SUFX= .tgz
HOMEPAGE= http://www.insecure.org/nmap/
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
FLAVORS= no_x11
FLAVOR?=
.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+
USE_X11= Yes
2001-01-16 21:06:11 -05:00
ALL_TARGET= nmap nmapfe/nmapfe
.endif
2002-10-27 20:38:44 -05:00
NO_REGRESS= Yes
1999-01-11 00:37:23 -05:00
.include <bsd.port.mk>