summaryrefslogtreecommitdiff
path: root/security/zenmap/Makefile
blob: 74b1d500831921c05215bcb2020d6a3d6cc5f691 (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
# ex:ts=8
# Ports collection makefile for:  nmap
# Date created:			  Tue Aug 04, 1998
# Whom:				  David O'Brien (obrien@NUXI.com)
#
# $FreeBSD$
#

MASTERDIR=	${.CURDIR}/../nmap
PKGDIR=		${.CURDIR}

PORTNAME=	nmapfe

RUN_DEPENDS=	nmap:${PORTSDIR}/security/nmap

USE_GTK=	yes
#WRKSRC:=	${WRKSRC}/nmapfe
INSTALL_TARGET=	install-nmapfe
MAN1=		nmapfe.1 xnmap.1

after-install:
	test -e ${PREFIX}/bin/nmapfe \
	    || (cd ${PREFIX}/bin ; ${LN} -f nmapfe xnmap)

.include "${MASTERDIR}/Makefile"