freebsd-ports/security/zenmap/Makefile

24 lines
443 B
Makefile
Raw Normal View History

1999-02-17 06:43:23 -05:00
# ex:ts=8
# Ports collection makefile for: nmap
# Date created: Tue Aug 04, 1998
# Whom: David O'Brien (obrien@NUXI.com)
#
1999-08-30 21:53:22 -04:00
# $FreeBSD$
#
MASTERDIR= ${.CURDIR}/../nmap
PORTNAME= nmapfe
RUN_DEPENDS= nmap:${PORTSDIR}/security/nmap
2000-10-05 02:42:57 -04:00
USE_GTK= yes
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"