blob: 2aa49b5eda4bbf545949e1c690e08afb7413b2ed (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: KDE2
# Date created: Sun May 14 2000 00:50:02
# Whom: Will Andrews <will@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= kde
PORTVERSION= 20000829A
CATEGORIES= x11 kde
MASTER_SITES= # empty
DISTFILES= # none
EXTRACT_ONLY= # empty
MAINTAINER= will@FreeBSD.org
LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2 \
ksearch.3:${PORTSDIR}/net/kdenetwork2
RUN_DEPENDS= konqueror:${PORTSDIR}/x11/kdebase2 \
kjumpingcube:${PORTSDIR}/games/kdegames2 \
kdf:${PORTSDIR}/misc/kdeutils2 \
kword:${PORTSDIR}/editors/koffice
NO_BUILD= yes
do-install: # empty
.include <bsd.port.mk>
|