diff options
author | frueauf <frueauf@pkgsrc.org> | 1999-01-07 00:36:32 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1999-01-07 00:36:32 +0000 |
commit | 98821c1167dd66cb35a7ab2c619f4f9e88813dfd (patch) | |
tree | 1855afd3ccd5a109d8a757d3cfbf4dc860e8fef0 /games/xskat | |
parent | f263a538de8ae53549e364dd5f708d9a298aa38a (diff) | |
download | pkgsrc-98821c1167dd66cb35a7ab2c619f4f9e88813dfd.tar.gz |
Initial addition of xskat-3.0, a skat game for X11.
Provided in pr 6754 by Jeff Rizzo.
Diffstat (limited to 'games/xskat')
-rw-r--r-- | games/xskat/Makefile | 15 | ||||
-rw-r--r-- | games/xskat/files/md5 | 3 | ||||
-rw-r--r-- | games/xskat/pkg/COMMENT | 1 | ||||
-rw-r--r-- | games/xskat/pkg/DESCR | 7 | ||||
-rw-r--r-- | games/xskat/pkg/PLIST | 3 |
5 files changed, 29 insertions, 0 deletions
diff --git a/games/xskat/Makefile b/games/xskat/Makefile new file mode 100644 index 00000000000..dc2ab1b5337 --- /dev/null +++ b/games/xskat/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/01/07 00:36:32 frueauf Exp $ +# FreeBSD Id: Makefile,v 1.10 1998/12/22 16:07:01 tg Exp +# + +DISTNAME= xskat-3.0 +WRKSRC= ${WRKDIR}/xskat +CATEGORIES= games +MASTER_SITES= http://www.gulu.net/xskat/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.gulu.net/xskat/ + +USE_IMAKE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/games/xskat/files/md5 b/games/xskat/files/md5 new file mode 100644 index 00000000000..14b4d2bd7ea --- /dev/null +++ b/games/xskat/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/01/07 00:36:33 frueauf Exp $ + +MD5 (xskat-3.0.tar.gz) = 446cc7df4aa6ed9c1ccdd26820897549 diff --git a/games/xskat/pkg/COMMENT b/games/xskat/pkg/COMMENT new file mode 100644 index 00000000000..633f2cc34bc --- /dev/null +++ b/games/xskat/pkg/COMMENT @@ -0,0 +1 @@ +Play the card game Skat. diff --git a/games/xskat/pkg/DESCR b/games/xskat/pkg/DESCR new file mode 100644 index 00000000000..2586b2e3c6f --- /dev/null +++ b/games/xskat/pkg/DESCR @@ -0,0 +1,7 @@ +Xskat lets you play the card game Skat +as defined by the official german Skatordnung. + +Up to 2 players may be simulated by the computer. + +The rules can be found at +http://dungeon.netlink.co.uk/users/pagat/schafk/skat.html diff --git a/games/xskat/pkg/PLIST b/games/xskat/pkg/PLIST new file mode 100644 index 00000000000..4bf965e9529 --- /dev/null +++ b/games/xskat/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/01/07 00:36:33 frueauf Exp $ +bin/xskat +man/cat1/xskat.0 |