blob: 6bb18cefc95dff9066aaa4ed9278c6fe6878502d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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>
|