blob: a40ac0b210219737e17d1fd6145e836e5e21b0e8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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"
|