diff options
Diffstat (limited to 'security/kmap/Makefile')
-rw-r--r-- | security/kmap/Makefile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/security/kmap/Makefile b/security/kmap/Makefile deleted file mode 100644 index 6bb18ce..0000000 --- a/security/kmap/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: kmap -# Date created: Fri Sep 10, 1999 -# Whom: David O'Brien (obrien@cs.ucdavis.edu) -# -# $FreeBSD$ -# - -PORTNAME= kmap -PORTVERSION= 0.7.1 -CATEGORIES= security -MASTER_SITES= http://www.islc.net/~icszepp/downloads/ - -MAINTAINER= obrien@FreeBSD.org - -RUN_DEPENDS= nmap:${PORTSDIR}/security/nmap - -USE_KDELIBS_VER=1 -USE_XLIB= yes -GNU_CONFIGURE= yes - -.include <bsd.port.mk> |