diff options
Diffstat (limited to 'games')
-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 |