aboutsummaryrefslogtreecommitdiff
path: root/security/zenmap/Makefile
blob: 8209fa7704a7ea53bbacc57b173b2da3d76859b9 (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
# ex:ts=8
# Ports collection makefile for:  nmap
# Version required:     	  1.51
# Date created:			  Tue Aug 04, 1998
# Whom:				  David O'Brien (obrien@NUXI.com)
#
# $Id: Makefile,v 1.2 1998/08/04 18:01:31 obrien Exp $
#

DISTNAME=	nmap-1.51
CATEGORIES=	security net
MASTER_SITES=	http://www.insecure.org/nmap/

MAINTAINER=     obrien@FreeBSD.org

GNU_CONFIGURE=	yes
CFLAGS+=        -DDLT_RAW=12 # for obsoleted <net/bpf.h>
MAN1=		nmap.1

post-install:
	@strip ${PREFIX}/bin/nmap
	@${INSTALL_MAN} ${FILESDIR}/nmap.1 ${PREFIX}/man/man1

.include <bsd.port.mk>