1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/security/nmapfe/Makefile

26 lines
490 B
Makefile
Raw Normal View History

1999-02-17 11:43:23 +00: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 01:53:22 +00:00
# $FreeBSD$
#
MASTERDIR= ${.CURDIR}/../nmap
PKGDIR= ${.CURDIR}
PORTNAME= nmapfe
RUN_DEPENDS= nmap:${PORTSDIR}/security/nmap
2000-10-05 06:42:57 +00:00
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"