diff options
author | markd <markd@pkgsrc.org> | 2002-10-03 22:26:13 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2002-10-03 22:26:13 +0000 |
commit | 3883542fbbfa7dc6072632c89cf8e1d19359938e (patch) | |
tree | b6cbb191eca8b36593ed93b951df3a0e359bdd54 | |
parent | f9e8039fc805396360583315ab786bfb1e2fd47c (diff) | |
download | pkgsrc-3883542fbbfa7dc6072632c89cf8e1d19359938e.tar.gz |
buildlink1 -> buildlink2
Expand DESCR
-rw-r--r-- | games/kdegames3/DESCR | 36 | ||||
-rw-r--r-- | games/kdegames3/Makefile | 9 | ||||
-rw-r--r-- | misc/kdeedu3/DESCR | 12 | ||||
-rw-r--r-- | misc/kdeedu3/Makefile | 9 |
4 files changed, 54 insertions, 12 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" diff --git a/misc/kdeedu3/DESCR b/misc/kdeedu3/DESCR index 90ae45773be..bc5071fc73b 100644 --- a/misc/kdeedu3/DESCR +++ b/misc/kdeedu3/DESCR @@ -1 +1,11 @@ -KDE provides an integrated X11 based environment, much like CDE. +Edu{tainment,cation} tools for the KDE integrated X11 desktop: + +* keduca: creation and revision of form-based tests and exams. +* kgeo: interactive geometry +* khangman: hangman game. The child should guess a word letter by letter. +* klatin: aims to help revise or learn latin +* klettres: helps child to learn french alphabet and to read some syllables +* kmessedwords: simple mind-training game +* kstars: desktop planetarium +* ktouch: program for learning touch typing +* kvoctrain: vocabulary trainer diff --git a/misc/kdeedu3/Makefile b/misc/kdeedu3/Makefile index 2555da65274..2b417a61d2c 100644 --- a/misc/kdeedu3/Makefile +++ b/misc/kdeedu3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/08/28 07:15:35 skrll Exp $ +# $NetBSD: Makefile,v 1.4 2002/10/03 22:26:56 markd Exp $ DISTNAME= kdeedu-3.0.3 CATEGORIES= misc @@ -10,9 +10,8 @@ REPLACE_PERL= \ ${WRKSRC}/kvoctrain/kvoctrain/langen2kvtml \ ${WRKSRC}/kvoctrain/kvoctrain/spotlight2kvtml -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" |