2002-06-15 18:16:32 +02:00
|
|
|
# New ports collection makefile for: KDE3
|
2000-05-17 13:15:21 +02:00
|
|
|
# Date created: Sun May 14 2000 00:50:02
|
|
|
|
# Whom: Will Andrews <will@FreeBSD.org>
|
1997-11-05 11:30:52 +01:00
|
|
|
#
|
1999-08-31 04:51:23 +02:00
|
|
|
# $FreeBSD$
|
1997-11-05 11:30:52 +01:00
|
|
|
#
|
|
|
|
|
2000-04-13 21:19:05 +02:00
|
|
|
PORTNAME= kde
|
2002-07-04 21:35:44 +02:00
|
|
|
PORTVERSION= ${KDE_VERSION}
|
1997-11-05 11:30:52 +01:00
|
|
|
CATEGORIES= x11 kde
|
|
|
|
MASTER_SITES= # empty
|
2000-04-19 21:45:58 +02:00
|
|
|
DISTFILES= # none
|
|
|
|
EXTRACT_ONLY= # empty
|
1997-11-05 11:30:52 +01:00
|
|
|
|
2001-08-25 04:17:59 +02:00
|
|
|
MAINTAINER= kde@FreeBSD.org
|
1997-11-05 11:30:52 +01:00
|
|
|
|
2002-08-04 11:31:42 +02:00
|
|
|
RUN_DEPENDS+= kjumpingcube:${PORTSDIR}/games/kdegames3 \
|
2002-04-22 01:47:50 +02:00
|
|
|
kdessh:${PORTSDIR}/misc/kdeutils3 \
|
|
|
|
kword:${PORTSDIR}/editors/koffice-kde3 \
|
|
|
|
kppp:${PORTSDIR}/net/kdenetwork3 \
|
|
|
|
kview:${PORTSDIR}/graphics/kdegraphics3 \
|
|
|
|
kmidi:${PORTSDIR}/audio/kdemultimedia3
|
1997-11-05 11:30:52 +01:00
|
|
|
|
2002-08-04 11:31:42 +02:00
|
|
|
.if make(package)
|
|
|
|
DEPENDS_TARGET="package"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
USE_QT_VER=3
|
|
|
|
USE_KDELIBS_VER=3
|
2002-04-22 01:47:50 +02:00
|
|
|
USE_KDEBASE_VER=3
|
2002-08-04 11:31:42 +02:00
|
|
|
|
1997-11-05 11:30:52 +01:00
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
do-install: # empty
|
2002-08-04 11:31:42 +02:00
|
|
|
${DO_NADA}
|
1997-11-05 11:30:52 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|