1999-02-17 12:43:23 +01:00
|
|
|
# ex:ts=8
|
1998-08-04 19:59:51 +02:00
|
|
|
# Ports collection makefile for: nmap
|
|
|
|
# Date created: Tue Aug 04, 1998
|
|
|
|
# Whom: David O'Brien (obrien@NUXI.com)
|
|
|
|
#
|
1999-08-31 03:53:22 +02:00
|
|
|
# $FreeBSD$
|
1998-08-04 19:59:51 +02:00
|
|
|
#
|
|
|
|
|
2001-05-28 03:02:07 +02:00
|
|
|
PORTNAME= nmapfe
|
1998-08-04 19:59:51 +02:00
|
|
|
|
2003-04-11 12:04:18 +02:00
|
|
|
COMMENT= GUI frontend for the nmap scanning utility
|
|
|
|
|
1999-09-10 08:26:35 +02:00
|
|
|
RUN_DEPENDS= nmap:${PORTSDIR}/security/nmap
|
1999-07-22 20:33:45 +02:00
|
|
|
|
2003-04-11 12:04:18 +02:00
|
|
|
MASTERDIR= ${.CURDIR}/../nmap
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
|
2002-09-01 17:18:25 +02:00
|
|
|
USE_GNOME= gtk12
|
2003-04-11 12:04:18 +02:00
|
|
|
|
2001-05-28 03:02:07 +02:00
|
|
|
MAN1= nmapfe.1 xnmap.1
|
1998-08-21 00:06:00 +02:00
|
|
|
|
2003-04-11 12:04:18 +02:00
|
|
|
ALL_TARGET= nbase/libnbase.a nmapfe/nmapfe
|
|
|
|
INSTALL_TARGET= install-nmapfe
|
1998-08-04 19:59:51 +02:00
|
|
|
|
2001-05-28 03:02:07 +02:00
|
|
|
.include "${MASTERDIR}/Makefile"
|