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/Makefile | |
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/Makefile')
-rw-r--r-- | games/xskat/Makefile | 15 |
1 files changed, 15 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" |