summaryrefslogtreecommitdiff
path: root/graphics/kdegraphics11/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/kdegraphics11/Makefile')
-rw-r--r--graphics/kdegraphics11/Makefile30
1 files changed, 10 insertions, 20 deletions
diff --git a/graphics/kdegraphics11/Makefile b/graphics/kdegraphics11/Makefile
index 8529aeacea4f..ece72905a50a 100644
--- a/graphics/kdegraphics11/Makefile
+++ b/graphics/kdegraphics11/Makefile
@@ -3,35 +3,26 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
-# $Id: Makefile,v 1.6 1998/05/09 18:07:17 se Exp $
+# $Id: Makefile,v 1.7 1998/07/13 23:31:49 se Exp $
#
-DISTNAME= kdegraphics-beta4-1
-PKGNAME= kdegraphics-4.1b
+DISTNAME= kdegraphics-1.0
CATEGORIES= graphics kde
MASTER_SITES= $(MASTER_SITE_KDE)
-MASTER_SITE_SUBDIR= stable/Beta4/distribution/tgz/source
-EXTRACT_SUFX= .src.tar.bz2
+MASTER_SITE_SUBDIR= stable/1.0/distribution/tar/generic/source
MAINTAINER= se@freebsd.org
-BROKEN= upgrade to 1.0 will be committed within the next few days
-
-BUILD_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2 \
- moc:${PORTSDIR}/x11/qt
-LIB_DEPENDS= qt\\.1\\.3[1-9]:${PORTSDIR}/x11/qt \
+BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt133
+LIB_DEPENDS= qt\\.1\\.3[3-9]:${PORTSDIR}/x11/qt133 \
gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \
jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \
- kdecore\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \
- kdeui\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \
+ kdecore\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs \
+ kdeui\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs \
jscript\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \
- khtmlw\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \
- kfm\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \
- mediatool\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs
-
-EXTRACT_CMD= bzip2
-EXTRACT_BEFORE_ARGS= -cd
-EXTRACT_AFTER_ARGS= | tar -xf -
+ khtmlw\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs \
+ kfm\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs \
+ mediatool\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
@@ -40,7 +31,6 @@ CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555"
-WRKSRC= ${WRKDIR}/kdegraphics
USE_GMAKE= yes
.include <bsd.port.mk>