diff options
author | markd <markd@pkgsrc.org> | 2002-10-02 12:23:49 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2002-10-02 12:23:49 +0000 |
commit | af58fcddb92218a02d06876cc2395468ec509e76 (patch) | |
tree | e76945f0b45e9f54ec9374d633d6753fd8bf9e78 /games/kdetoys3 | |
parent | 94403deb9cfa405672248d06f5b9d27b8748136c (diff) | |
download | pkgsrc-af58fcddb92218a02d06876cc2395468ec509e76.tar.gz |
buildlink1 -> buildlink2
Expand on the DESCR. Partially addresses pkg/18374
Diffstat (limited to 'games/kdetoys3')
-rw-r--r-- | games/kdetoys3/DESCR | 17 | ||||
-rw-r--r-- | games/kdetoys3/Makefile | 9 |
2 files changed, 20 insertions, 6 deletions
diff --git a/games/kdetoys3/DESCR b/games/kdetoys3/DESCR index 90ae45773be..7bbea985acc 100644 --- a/games/kdetoys3/DESCR +++ b/games/kdetoys3/DESCR @@ -1 +1,16 @@ -KDE provides an integrated X11 based environment, much like CDE. +This package provides some toy applications that are part of the +standard KDE environment: + +* amor: Amusing Misuse Of Resources put's comic figures above your windows +* eyesapplet: a kicker applet similar to XEyes +* fifteenapplet: kicker applet, order 15 pieces in a 4x4 square by moving them +* kaphorism: displays aphorisms +* kfortune: shows your daily fortune +* kmoon: system tray applet showing the moon phase +* kodo: mouse movement meter +* kscore: kicker applet with a sports ticker +* kteatime: system tray applet that makes sure your tea doesn't get too strong +* ktux: Tux-in-a-Spaceship screen saver +* kweather: kicker applet that will display the current weather outside +* kworldwatch: application and kicker applet showing daylight area on the world + globe diff --git a/games/kdetoys3/Makefile b/games/kdetoys3/Makefile index 61b4f4ca6ac..d675ba15c9c 100644 --- a/games/kdetoys3/Makefile +++ b/games/kdetoys3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/08/28 07:15:28 skrll Exp $ +# $NetBSD: Makefile,v 1.4 2002/10/02 12:23:49 markd Exp $ DISTNAME= kdetoys-3.0.3 CATEGORIES= games @@ -6,9 +6,8 @@ COMMENT= Toys 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" |