mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
431f47f2e7
PR: 57196 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
17 lines
292 B
Makefile
17 lines
292 B
Makefile
# 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
|
|
|
|
MASTERDIR= ${.CURDIR}/../nmap
|
|
|
|
BUILD_NMAPFE= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|