summaryrefslogtreecommitdiff
path: root/x11/kdelibs/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-07-13 20:33:48 +0000
committertron <tron@pkgsrc.org>1998-07-13 20:33:48 +0000
commitfaee05a3077b8396186d71cecd0f98fdbccd7fea (patch)
treeffe6ce3dc54fe8fbba25f3606850e3c2e256c080 /x11/kdelibs/Makefile
parentbcb522a6b2473a54efc2529b515d6878f557a675 (diff)
downloadpkgsrc-faee05a3077b8396186d71cecd0f98fdbccd7fea.tar.gz
Update "kdelibs" to version 1.0.
Diffstat (limited to 'x11/kdelibs/Makefile')
-rw-r--r--x11/kdelibs/Makefile19
1 files changed, 4 insertions, 15 deletions
diff --git a/x11/kdelibs/Makefile b/x11/kdelibs/Makefile
index 496c0ab0046..83617719c2a 100644
--- a/x11/kdelibs/Makefile
+++ b/x11/kdelibs/Makefile
@@ -1,27 +1,18 @@
-# $NetBSD: Makefile,v 1.12 1998/07/04 05:11:15 mycroft Exp $
+# $NetBSD: Makefile,v 1.13 1998/07/13 20:33:48 tron Exp $
# FreeBSD Id: Makefile,v 1.5 1997/11/27 00:25:46 se Exp
#
-DISTNAME= kdelibs-beta4-1
-PKGNAME= kdelibs-4.1b
+DISTNAME= kdelibs-1.0
CATEGORIES= x11 kde
-MASTER_SITES= ftp://ftp.appl-opt.physik.uni-essen.de/pub/linux/kde/stable/Beta4/distribution/tgz/source/ \
- ftp://ftp.net.lut.ac.uk/kde/stable/Beta4/distribution/tgz/source/ \
- ftp://ftp.caldera.com/pub/mirrors/kde/stable/Beta4/distribution/tgz/source/
-EXTRACT_SUFX= .src.tar.bz2
+MASTER_SITES= ftp://ftp.us.kde.org/pub/kde/stable/1.0/distribution/tar/generic/source/ \
+ ftp://ftp.kde.org/pub/kde/stable/1.0/distribution/tar/generic/source/
MAINTAINER= tron@netbsd.org
-BUILD_DEPENDS= bzip2:../../archivers/bzip2 \
- moc:../../x11/qt
DEPENDS+= jpeg-6b:../../graphics/jpeg
DEPENDS+= qt-1.33:../../x11/qt
DEPENDS+= giflib-3.0:../../graphics/giflib
-EXTRACT_CMD= bzip2
-EXTRACT_BEFORE_ARGS= -d <
-EXTRACT_AFTER_ARGS= | pax -r
-
USE_X11= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=${PREFIX}" \
@@ -32,6 +23,4 @@ CONFIGURE_ARGS= "--prefix=${PREFIX}" \
"--with-qt-includes=${X11BASE}/include/qt"
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
-WRKSRC= ${WRKDIR}/kdelibs
-
.include "../../mk/bsd.pkg.mk"