summaryrefslogtreecommitdiff
path: root/x11/kde4-runtime/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kde4-runtime/Makefile')
-rw-r--r--x11/kde4-runtime/Makefile17
1 files changed, 11 insertions, 6 deletions
diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile
index cd9ef4165f22..1a0c20bd6298 100644
--- a/x11/kde4-runtime/Makefile
+++ b/x11/kde4-runtime/Makefile
@@ -3,19 +3,20 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
-# $Id: Makefile,v 1.9 1998/03/06 19:52:21 se Exp $
+# $Id: Makefile,v 1.10 1998/04/15 22:18:01 jseger Exp $
#
-DISTNAME= kdebase-Beta3-1
-PKGNAME= kdebase-3.1b
+DISTNAME= kdebase-beta4-1
+PKGNAME= kdebase-4.1b
CATEGORIES= x11 kde
MASTER_SITES= $(MASTER_SITE_KDE)
-MASTER_SITE_SUBDIR= stable/Beta3/distribution/tgz/source
-EXTRACT_SUFX= .src.tar.gz
+MASTER_SITE_SUBDIR= stable/Beta4/distribution/tgz/source
+EXTRACT_SUFX= .src.tar.bz2
MAINTAINER= se@freebsd.org
-BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt
+BUILD_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2 \
+ moc:${PORTSDIR}/x11/qt
LIB_DEPENDS= qt\\.1\\.3[1-9]:${PORTSDIR}/x11/qt \
gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \
jpeg\\.8\\.:${PORTSDIR}/graphics/jpeg \
@@ -26,6 +27,10 @@ LIB_DEPENDS= qt\\.1\\.3[1-9]:${PORTSDIR}/x11/qt \
kfm\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \
mediatool\\.0\\.[6-9]:${PORTSDIR}/x11/kdelibs
+EXTRACT_CMD= bzip2
+EXTRACT_BEFORE_ARGS= -cd
+EXTRACT_AFTER_ARGS= | tar -xf -
+
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"