852f6d502f
* bumped NEED_VERSION * updated my address ok obecian@
35 lines
642 B
Makefile
35 lines
642 B
Makefile
# $OpenBSD: Makefile,v 1.35 2001/04/12 15:59:16 bmc Exp $
|
|
|
|
COMMENT= "port scanning large networks"
|
|
|
|
DISTNAME= nmap-2.54BETA22
|
|
PKGNAME= nmap-2.54b22
|
|
CATEGORIES= net security
|
|
NEED_VERSION= 1.394
|
|
MASTER_SITES= ${HOMEPAGE}dist/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
HOMEPAGE= http://www.insecure.org/nmap/
|
|
|
|
MAINTAINER= Brian Caswell <bmc@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= gnu dest
|
|
|
|
FLAVORS= no_x11
|
|
FLAVOR?=
|
|
|
|
.if ${FLAVOR:L:Mno_x11}
|
|
ALL_TARGET= nmap
|
|
.else
|
|
LIB_DEPENDS= gtk.1.2::x11/gtk+
|
|
USE_X11= Yes
|
|
ALL_TARGET= nmap nmapfe/nmapfe
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|