1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/security/nmap/Makefile

35 lines
699 B
Makefile
Raw Normal View History

1999-02-17 11:43:23 +00:00
# ex:ts=8
# Ports collection makefile for: nmap
1999-02-11 13:57:27 +00:00
# Version required: 1.51
# Date created: Tue Aug 04, 1998
# Whom: David O'Brien (obrien@NUXI.com)
#
1999-08-31 01:53:22 +00:00
# $FreeBSD$
#
2000-01-17 09:22:13 +00:00
DISTNAME= nmap-2.3BETA13
PKGNAME= nmap-2.3b13
1998-08-04 18:01:31 +00:00
CATEGORIES= security net
1999-02-08 11:58:17 +00:00
MASTER_SITES= http://www.insecure.org/nmap/dist/ \
1998-12-15 11:18:32 +00:00
ftp://relay.nuxi.com/pub/misc/
EXTRACT_SUFX= .tgz
MAINTAINER= obrien@FreeBSD.org
.include <bsd.port.pre.mk>
GNU_CONFIGURE= yes
1998-12-15 11:18:32 +00:00
CONFIGURE_ARGS= --libdir=${PREFIX}/share/misc
.if ${OSVERSION} < 300004
CFLAGS+= -DDLT_RAW=12 # for obsoleted <net/bpf.h>
.endif
MAN1= nmap.1
post-extract:
@${RM} -rf ${WRKSRC}/libpcap*
post-install:
@strip ${PREFIX}/bin/nmap
.include <bsd.port.post.mk>