pkgsrc/net/nmap/Makefile
frueauf e57ef3d4c0 Update nmap to 2.53.
Changes from Nmap Changelog:

-- Fixed a commenting issue that could cause trouble for non-GNU compilers
   (first found by Jan-Frode Myklebust (janfrode at parallab.uib.no))
-- A few new services to nmap-services
2000-05-14 22:05:55 +00:00

21 lines
435 B
Makefile

# $NetBSD: Makefile,v 1.11 2000/05/14 22:05:55 frueauf Exp $
#
DISTNAME= nmap-2.53
CATEGORIES= net security
MASTER_SITES= http://www.insecure.org/nmap/dist/
EXTRACT_SUFX= .tgz
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://www.insecure.org/nmap/index.html
GNU_CONFIGURE= YES
CONFIGURE_ENV+= INSTALL=${INSTALL}
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
MAKE_ENV+= CPPFLAGS=""
.endif
.include "../../mk/bsd.pkg.mk"