diff options
author | tg <tg@FreeBSD.org> | 1996-05-14 20:13:07 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1996-05-14 20:13:07 +0800 |
commit | fd1885662eba7081e233482bd939193f63fac04d (patch) | |
tree | 8cda28cbfcaac9c23ff68d2e8ae416fcf9997625 | |
parent | ede928d1cae9fedefc21680bc99e84b2214a16db (diff) | |
download | freebsd-ports-gnome-fd1885662eba7081e233482bd939193f63fac04d.tar.gz freebsd-ports-gnome-fd1885662eba7081e233482bd939193f63fac04d.tar.zst freebsd-ports-gnome-fd1885662eba7081e233482bd939193f63fac04d.zip |
New port of xskat-1.6. Skat is a popular card game in Germany.
-rw-r--r-- | games/xskat/Makefile | 22 | ||||
-rw-r--r-- | games/xskat/distinfo | 1 | ||||
-rw-r--r-- | games/xskat/pkg-comment | 1 | ||||
-rw-r--r-- | games/xskat/pkg-descr | 6 | ||||
-rw-r--r-- | games/xskat/pkg-plist | 2 |
5 files changed, 32 insertions, 0 deletions
diff --git a/games/xskat/Makefile b/games/xskat/Makefile new file mode 100644 index 000000000000..e751a89e7c11 --- /dev/null +++ b/games/xskat/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: xskat +# Version required: xskat-1.6 +# Date created: 27 Apr 1996 +# Whom: thomas@ghpc8.ihf.rwth-aachen.de +# +# $Id$ +# + +DISTNAME= xskat-1.6 +CATEGORIES+= games +MASTER_SITES= ftp://ftp.germany.eu.net/pub/X11/misc/ + +MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de + +WRKSRC= ${WRKDIR}/xskat +USE_IMAKE= yes + +pre-configure: + cp ${FILESDIR}/Imakefile ${WRKSRC} + mv ${WRKSRC}/makefile ${WRKSRC}/makefile.dist + +.include <bsd.port.mk> diff --git a/games/xskat/distinfo b/games/xskat/distinfo new file mode 100644 index 000000000000..3097040cca4f --- /dev/null +++ b/games/xskat/distinfo @@ -0,0 +1 @@ +MD5 (xskat-1.6.tar.gz) = 658a1db928113fb2b329fe8a8a636172 diff --git a/games/xskat/pkg-comment b/games/xskat/pkg-comment new file mode 100644 index 000000000000..633f2cc34bc0 --- /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 000000000000..ed403bfcc008 --- /dev/null +++ b/games/xskat/pkg-descr @@ -0,0 +1,6 @@ +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://www.cs.man.ac.uk/card-games/schafk/skat.html diff --git a/games/xskat/pkg-plist b/games/xskat/pkg-plist new file mode 100644 index 000000000000..cd2e3cb640e9 --- /dev/null +++ b/games/xskat/pkg-plist @@ -0,0 +1,2 @@ +bin/xskat +man/man1/xskat.1.gz |