summaryrefslogtreecommitdiff
path: root/games/kdegames3/Makefile
diff options
context:
space:
mode:
authormarkd <markd>2004-02-05 07:53:58 +0000
committermarkd <markd>2004-02-05 07:53:58 +0000
commit3ba50ad961387ccc838b0510fc28bfef7d4beb8a (patch)
treeafbbec480d938e6ec332a4295d55c63c1a059faf /games/kdegames3/Makefile
parentc3be727e8c8e504372af77bd1436ea11c3b82f49 (diff)
downloadpkgsrc-3ba50ad961387ccc838b0510fc28bfef7d4beb8a.tar.gz
Update to KDE 3.2
Changes: Games Atlantik * Support custom tokens Rob Kaper * Token/avatar images * Privacy: only connect to meta server on Internet upon specific user request * KNotify event support KGoldrunner * NEW IN KDE: Write and test game engine, game editor, game levels and KDE application interface for new game KGoldrunner Ian Wadham * Write HTML documentation (KGoldrunner Handbook) Ian Wadham * Move source code and games data from kdenonbeta to kdegames CVS Ian Wadham * Improve the graphics of the game and update the screenshots in the documentation Ian Wadham * Convert the documentation to docbook form and commit to kdegames Ian Wadham KReversi * Modified the AI so it scales much better from easy to hard and can make mistakes on easier levels (much more fun now to play). Benjamin Meyer * Converted to use the standard KDE games highscore widget. High schores now corilates to a much better ranking system based upon the AI level and then the total number of pieces at the end of the game. Benjamin Meyer * Fixed segfaults and converted the application to use xmlui (standard KDE key accels, help menu etc). Benjamin Meyer KMahjongg * Massive code cleanup and bug fixes. Benjamin Meyer KPatience * Implemented the popular spider game. Josh Metzler * Freecell drops cards more intellegent. Josh Metzler
Diffstat (limited to 'games/kdegames3/Makefile')
-rw-r--r--games/kdegames3/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/games/kdegames3/Makefile b/games/kdegames3/Makefile
index 31d5ffe0092..ff0a43c3b72 100644
--- a/games/kdegames3/Makefile
+++ b/games/kdegames3/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2004/01/23 21:50:45 jmmv Exp $
+# $NetBSD: Makefile,v 1.23 2004/02/05 07:53:58 markd Exp $
-DISTNAME= kdegames-3.1.5
-PKGREVISION= 1
+DISTNAME= kdegames-${_KDE_VERSION}
CATEGORIES= games
COMMENT= Games for the KDE integrated X11 desktop
@@ -9,11 +8,6 @@ COMMENT= Games for the KDE integrated X11 desktop
USE_BUILDLINK2= YES
-FOO_MAIN_FILES= \
- kbackgammon/kbackgammon_main.cpp
-
-.include "../../meta-pkgs/kde3/Makefile.foo_main"
-
.include "../../meta-pkgs/kde3/buildlink2.mk"
.include "../../x11/kdebase3/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"