freebsd-ports/security/nmapfe/Makefile

26 lines
475 B
Makefile
Raw Normal View History

1999-02-17 12:43:23 +01:00
# ex:ts=8
# 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$
#
PORTNAME= nmapfe
COMMENT= GUI frontend for the nmap scanning utility
RUN_DEPENDS= nmap:${PORTSDIR}/security/nmap
MASTERDIR= ${.CURDIR}/../nmap
PLIST= ${.CURDIR}/pkg-plist
USE_GNOME= gtk12
MAN1= nmapfe.1 xnmap.1
ALL_TARGET= nbase/libnbase.a nmapfe/nmapfe
INSTALL_TARGET= install-nmapfe
.include "${MASTERDIR}/Makefile"