blob: a3d6e94d1bb0198b26a1ed85383c8c77700297db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# ex:ts=8
# Ports collection makefile for: kmap
# Version required: 0.0
# Date created: Fri Sep 10, 1999
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
#
# $FreeBSD$
#
DISTNAME= kmap-0.7.1
CATEGORIES= security net
MASTER_SITES= http://www.islc.net/~icszepp/downloads/
MAINTAINER= obrien@FreeBSD.org
LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11
RUN_DEPENDS= nmap:${PORTSDIR}/security/nmap
USE_XLIB= yes
GNU_CONFIGURE= yes
USE_QT= yes
.include <bsd.port.mk>
|