2eb95c351c
Changes: - Nmap now compiles under Amiga thanks to patches sent by Diego Casorran (dcr8520@amiga.org). - Fixed a backwards WIN32 ifdef that broke UDP and small-fragment scans for some operating systems other than Linux and Windows. Thanks to Guido van Rooij (guido@gvr.org) for reporting the problem and sending a patch. - Applied patch from Marius Strobl (marius@alchemy.franken.de) which improves the definition of NET_SIZE_T on FreeBSD so that it compiles on 64-bit platforms.
26 lines
617 B
Makefile
26 lines
617 B
Makefile
# $NetBSD: Makefile,v 1.23 2003/04/28 20:49:23 salo Exp $
|
|
#
|
|
|
|
DISTNAME= nmap-3.27
|
|
CATEGORIES= net security
|
|
MASTER_SITES= http://www.insecure.org/nmap/dist/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= salo@netbsd.org
|
|
HOMEPAGE= http://www.insecure.org/nmap/
|
|
COMMENT= Network/port scanner with OS detection
|
|
|
|
USE_BUILDLINK2= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
CONFIGURE_ARGS+= --with-libpcap=${BUILDLINK_PREFIX.libpcap}
|
|
CONFIGURE_ARGS+= --without-nmapfe
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "SunOS" || ${OPSYS} == "Linux"
|
|
MAKE_ENV+= CPPFLAGS=""
|
|
.endif
|
|
|
|
.include "../../net/libpcap/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|