diff options
author | markd <markd> | 2002-10-03 22:26:13 +0000 |
---|---|---|
committer | markd <markd> | 2002-10-03 22:26:13 +0000 |
commit | af4f4013334e088f437a4de7130fecffc086c961 (patch) | |
tree | b6cbb191eca8b36593ed93b951df3a0e359bdd54 /games | |
parent | cb0048039af098707aae38858e5286f6b1d08282 (diff) | |
download | pkgsrc-af4f4013334e088f437a4de7130fecffc086c961.tar.gz |
buildlink1 -> buildlink2
Expand DESCR
Diffstat (limited to 'games')
-rw-r--r-- | games/kdegames3/DESCR | 36 | ||||
-rw-r--r-- | games/kdegames3/Makefile | 9 |
2 files changed, 39 insertions, 6 deletions
diff --git a/games/kdegames3/DESCR b/games/kdegames3/DESCR index 90ae45773be..0378b90b5bf 100644 --- a/games/kdegames3/DESCR +++ b/games/kdegames3/DESCR @@ -1 +1,35 @@ -KDE provides an integrated X11 based environment, much like CDE. +This is a compilation of various games that are part of the standard KDE +distribution: + +* kabalone: board game: move 6 pieces from your opponent over the edge +* kasteroids: shoot at those nasty asteroids +* katomic: build complex atoms with a minimal amount of moves +* kbackgammon: play backgammon against a local human player, via a + game server or against GNU Backgammon (not included) +* kbattleship: battleship game with built-in game server +* kblackbox: find atoms in a grid by shooting electrons +* kfouleggs: a famous japanese game known as puyo-puyo +* kbounce: claim areas and don't get disturbed +* kjumpingcube: a tactical game for number-crunchers +* klines: place 5 equal pieces together, but wait, there are 3 new ones +* mahjongg: a tile laying patience +* kmines: the classical mine sweeper +* konquest: conquer the planets of your enemy +* kpat: several patience card games +* kpoker: the game of poker +* kreversi: the old reversi board game, also known as othello +* ksame: collect pieces of the same color +* kshisen: patience game where you take away all pieces +* ksirtet: very known if spelt this backwards +* ksmiletris: another Tetris-like game +* ksnake: don't bite yourself, eat apples! +* ksokoban: move all storage boxes into the cabinet +* kspaceduel: two player game with shooting spaceships flying around a sun +* ktron: like ksnake, but without fruits +* ktuberling: kids game: make your own potato (NO french fries!) +* kwin4: place 4 pieces in a row +* libkdegames: KDE game library used by many of these programs +* lskat: lieutnant skat + +There is also a directory libkdegames that contains card decks as well as +some functions for game programmers. diff --git a/games/kdegames3/Makefile b/games/kdegames3/Makefile index b8b521ec622..01ee5515a9a 100644 --- a/games/kdegames3/Makefile +++ b/games/kdegames3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/08/28 07:15:27 skrll Exp $ +# $NetBSD: Makefile,v 1.6 2002/10/03 22:26:13 markd Exp $ DISTNAME= kdegames-3.0.3 CATEGORIES= games @@ -6,9 +6,8 @@ COMMENT= Games for the KDE integrated X11 desktop .include "../../x11/kde3/Makefile.kde3" -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES -.include "../../x11/kde3/buildlink.mk" -.include "../../x11/kdebase3/buildlink.mk" -.include "../../mk/x11.buildlink.mk" +.include "../../x11/kde3/buildlink2.mk" +.include "../../x11/kdebase3/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |