aboutsummaryrefslogtreecommitdiffstats
path: root/security/nmap/Makefile
blob: 5767a6eaff9f5d001fbe7b535ad8011fbee45f51 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# ex:ts=8
# Ports collection makefile for:  nmap
# Date created:           Tue Aug 04, 1998
# Whom:               David O'Brien (obrien@NUXI.com)
#
# $FreeBSD$
#

DISTNAME=   nmap-2.3BETA14
PKGNAME=    nmap-2.3b14
CATEGORIES= security net
MASTER_SITES=   http://www.insecure.org/nmap/dist/  \
        ftp://relay.nuxi.com/pub/misc/
EXTRACT_SUFX=   .tgz

MAINTAINER= obrien@FreeBSD.org

.include <bsd.port.pre.mk>

GNU_CONFIGURE=  yes
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>