freebsd-ports/x11/kde3/Makefile
Will Andrews ad0ed0dd04 Fix my not-tested-enough KDE2-related ports. :-(
After short discussion with Imura-san, back out GIF-by-default until I can
confirm whether or not there are license issues with Unisys.  I will deal
with this later.  I should note that I'd committed to qt2[12] previously
without conferring with him on the GIF issue first.

One big ouchie: I didn't even set MASTER_SITE/MASTER_SITE_SUBDIR on qt22
properly.. but oh well.  Nobody's perfect.  :-)

Things should be un-broken now.. please test these ports!  I'll be trying
to update them to a new snap after a week or so.

Pointy hat:				will
Patches graciously submitted by:	nra
2000-07-30 02:00:50 +00:00

26 lines
540 B
Makefile

# 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= 20000724A
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
NO_BUILD= yes
do-install: # empty
.include <bsd.port.mk>