summaryrefslogtreecommitdiff
path: root/x11/kdebase4-workspace/Makefile
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>1999-01-07 00:52:05 +0000
committerStefan Eßer <se@FreeBSD.org>1999-01-07 00:52:05 +0000
commit8f11472006968bf10ec1a12fc2f3579c1dabd7f4 (patch)
tree035d3436e9bc3747c360a2f96dece84779141df5 /x11/kdebase4-workspace/Makefile
parentRename pygtk to py-gtk after repository copy, to meet convention (diff)
Upgrade to the first pre-release of KDE 1.1.
This port requireat least s version 1.41 of the Qt library. There will be an error reported by configure, if only an earlier version is found, but no automatic port dependency exists (i.e. the x11-toolkits/qt141 port has to be manually built and installed). There may still be a problem with a missing -lXext in the kdesupport port. This will be taken care of during the next few days, if the problem still exists ...
Notes
Notes: svn path=/head/; revision=15901
Diffstat (limited to 'x11/kdebase4-workspace/Makefile')
-rw-r--r--x11/kdebase4-workspace/Makefile22
1 files changed, 11 insertions, 11 deletions
diff --git a/x11/kdebase4-workspace/Makefile b/x11/kdebase4-workspace/Makefile
index a5cacbdd270e..5aff8c9a5580 100644
--- a/x11/kdebase4-workspace/Makefile
+++ b/x11/kdebase4-workspace/Makefile
@@ -6,25 +6,25 @@
# $Id: Makefile,v 1.22 1998/12/01 02:57:27 asami Exp $
#
-DISTNAME= kdebase-1.0
-CATEGORIES= x11 kde
+DISTNAME= kdebase
+PKGNAME= kdebase-1.1a1
+CATEGORIES= misc kde
MASTER_SITES= $(MASTER_SITE_KDE)
-MASTER_SITE_SUBDIR= stable/1.0/distribution/tar/generic/source
+MASTER_SITE_SUBDIR= stable/1.1pre1/distribution/tar/generic/source
+EXTRACT_SUFX= -1.1-alpha1.src.tar.bz2
MAINTAINER= se@freebsd.org
-BROKEN= upgrade
-
+BUILD_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2
LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \
jpeg.9:${PORTSDIR}/graphics/jpeg \
- kdecore.1:${PORTSDIR}/x11/kdelibs \
- kdeui.1:${PORTSDIR}/x11/kdelibs \
- jscript.0:${PORTSDIR}/x11/kdelibs \
- khtmlw.1:${PORTSDIR}/x11/kdelibs \
- kfm.1:${PORTSDIR}/x11/kdelibs \
- mediatool.1:${PORTSDIR}/x11/kdelibs \
+ kdecore.2:${PORTSDIR}/x11/kdelibs \
Xpm.4:${PORTSDIR}/graphics/xpm
+EXTRACT_CMD= bzip2
+EXTRACT_BEFORE_ARGS= -cd
+EXTRACT_AFTER_ARGS= | tar xf -
+
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \