diff options
author | wiz <wiz> | 2008-04-25 22:48:59 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-04-25 22:48:59 +0000 |
commit | f1938488e92d63d047877510209af0839babc261 (patch) | |
tree | 616c396deca9c38e5c30214ace0deca90ba5c287 /games/bluemoon/Makefile | |
parent | 6df1a779ad1ef78e9a0902d6e1eed0f8055c10fa (diff) | |
download | pkgsrc-f1938488e92d63d047877510209af0839babc261.tar.gz |
Import bluemoon-1.1.2 as games/bluemoon.
This is a project to create an artificial intelligence opponent
for the game Blue Moon. All eight of the original Blue Moon people
decks are supported, and support for the more recent Buka Invasion
deck is underway.
Diffstat (limited to 'games/bluemoon/Makefile')
-rw-r--r-- | games/bluemoon/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/games/bluemoon/Makefile b/games/bluemoon/Makefile new file mode 100644 index 00000000000..5d40db29123 --- /dev/null +++ b/games/bluemoon/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/04/25 22:48:59 wiz Exp $ +# + +DISTNAME= bluemoon-1.1.2 +CATEGORIES= games +MASTER_SITES= http://keldon.net/bluemoon/ + +MAINTAINER= wiz@NetBSD.org +HOMEPAGE= http://keldon.net/bluemoon/ +COMMENT= Blue Moon game with AI + +GNU_CONFIGURE= yes +USE_PKGLOCALEDIR= yes +USE_TOOLS+= pkg-config + +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |