summaryrefslogtreecommitdiffstats
path: root/games/kdegames4/Makefile
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>1999-01-07 00:52:05 +0000
committerse <se@FreeBSD.org>1999-01-07 00:52:05 +0000
commit51e9726b73bab95be2960805f8eb7542fc9c6263 (patch)
treee026952370abac3c4512e742d077ffa2fa401cc1 /games/kdegames4/Makefile
parent1533c5e3bfa411356df58d144391861a48d8a8f1 (diff)
downloadFreeBSD-ports-51e9726b73bab95be2960805f8eb7542fc9c6263.zip
FreeBSD-ports-51e9726b73bab95be2960805f8eb7542fc9c6263.tar.gz
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 ...
Diffstat (limited to 'games/kdegames4/Makefile')
-rw-r--r--games/kdegames4/Makefile27
1 files changed, 13 insertions, 14 deletions
diff --git a/games/kdegames4/Makefile b/games/kdegames4/Makefile
index af9de7e..6376ddb 100644
--- a/games/kdegames4/Makefile
+++ b/games/kdegames4/Makefile
@@ -6,31 +6,30 @@
# $Id: Makefile,v 1.20 1998/10/01 18:35:41 brian Exp $
#
-DISTNAME= kdegames-1.0
+DISTNAME= kdegames
+PKGNAME= kdegames-1.1a1
CATEGORIES= games 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
-
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 \
- QwSpriteField.5:${PORTSDIR}/converters/kdesupport
+ kdecore.2:${PORTSDIR}/x11/kdelibs \
+ QwSpriteField.6:${PORTSDIR}/converters/kdesupport
+
+EXTRACT_CMD= bzip2
+EXTRACT_BEFORE_ARGS= -cd
+EXTRACT_AFTER_ARGS= | tar xf -
USE_QT= yes
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
+HAS_CONFIGURE= yes
+CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
-CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
+CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555"
.include <bsd.port.mk>
OpenPOWER on IntegriCloud