summaryrefslogtreecommitdiff
path: root/games/quarry/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2008-03-13 16:06:16 +0000
committerwiz <wiz>2008-03-13 16:06:16 +0000
commit0ae1301d1adf9a4c96d6d05a2d8f933355a0345a (patch)
tree1b9ebd5a69a0e43c6376bf5295138f9406134f13 /games/quarry/Makefile
parent37113588bc4e79fe161b5cbe5d5eb5da9989bbca (diff)
downloadpkgsrc-0ae1301d1adf9a4c96d6d05a2d8f933355a0345a.tar.gz
Initial import of quarry-0.2.0:
Quarry is a multi-purpose GUI for several board games, at present Go, Amazons, and Reversi (a.k.a. Othello.) It allows users to play against computer players (third-party programs, e.g. GNU Go or GRhino) or other humans, view and edit game records. Future versions will also support Internet game servers and provide certain features for developers of board game-playing engines for enhancing their programs.
Diffstat (limited to 'games/quarry/Makefile')
-rw-r--r--games/quarry/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/games/quarry/Makefile b/games/quarry/Makefile
new file mode 100644
index 00000000000..b9a460c16b4
--- /dev/null
+++ b/games/quarry/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/03/13 16:06:16 wiz Exp $
+#
+
+DISTNAME= quarry-0.2.0
+CATEGORIES= games
+MASTER_SITES= http://download.gna.org/quarry/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://home.gna.org/quarry/index.html
+COMMENT= Multi-purpose GUI for several board games
+
+GNU_CONFIGURE= yes
+USE_DIRS+= xdg-1.4
+USE_PKGLOCALEDIR= yes
+USE_TOOLS+= gmake pkg-config
+
+.include "../../databases/shared-mime-info/mimedb.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../graphics/librsvg/buildlink3.mk"
+.include "../../textproc/scrollkeeper/omf.mk"
+.include "../../mk/bsd.pkg.mk"