freebsd-ports/x11/kde3/Makefile
Alan Eldridge 87ed555743 If user invokes make with 'package' as the target, then make the packages
for the dependencies, too, to follow POLA; it is surprising to get no pkg
but an empty one containing meta-information (dependencies).

Approved by:	will
2002-07-21 05:16:18 +00:00

33 lines
689 B
Makefile

# New ports collection makefile for: KDE3
# Date created: Sun May 14 2000 00:50:02
# Whom: Will Andrews <will@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= kde
PORTVERSION= ${KDE_VERSION}
CATEGORIES= x11 kde
MASTER_SITES= # empty
DISTFILES= # none
EXTRACT_ONLY= # empty
MAINTAINER= kde@FreeBSD.org
RUN_DEPENDS= kjumpingcube:${PORTSDIR}/games/kdegames3 \
kdessh:${PORTSDIR}/misc/kdeutils3 \
kword:${PORTSDIR}/editors/koffice-kde3 \
kppp:${PORTSDIR}/net/kdenetwork3 \
kview:${PORTSDIR}/graphics/kdegraphics3 \
kmidi:${PORTSDIR}/audio/kdemultimedia3
USE_KDEBASE_VER=3
NO_BUILD= yes
.if make(package)
DEPENDS_TARGET="package"
.endif
do-install: # empty
.include <bsd.port.mk>