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

PORTNAME=   nmapfe

COMMENT=    GUI frontend for the nmap scanning utility

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

MASTERDIR=  ${.CURDIR}/../nmap
PLIST=      ${.CURDIR}/pkg-plist

USE_GNOMENG=    yes
USE_GNOME=  gtk12

MAN1=       nmapfe.1 xnmap.1

ALL_TARGET= nbase/libnbase.a nmapfe/nmapfe
INSTALL_TARGET= install-nmapfe

.include "${MASTERDIR}/Makefile"