summaryrefslogtreecommitdiff
path: root/games/gnocatan/Makefile
diff options
context:
space:
mode:
authorveego <veego@pkgsrc.org>2000-08-23 05:29:47 +0000
committerveego <veego@pkgsrc.org>2000-08-23 05:29:47 +0000
commiteb6dde24e8f4f1407ddec520953e7623d38762e6 (patch)
treea88c092ffce17a2b25329cb87645da0e2d812a42 /games/gnocatan/Makefile
parent3a2db696bd6531c6ec403b2feff0f042e9a02abf (diff)
downloadpkgsrc-eb6dde24e8f4f1407ddec520953e7623d38762e6.tar.gz
Gnocatan is an Internet playable implementation of the Settlers of
Catan board game.
Diffstat (limited to 'games/gnocatan/Makefile')
-rw-r--r--games/gnocatan/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/games/gnocatan/Makefile b/games/gnocatan/Makefile
new file mode 100644
index 00000000000..e41db248ae3
--- /dev/null
+++ b/games/gnocatan/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/08/23 05:29:47 veego Exp $
+#
+
+DISTNAME= gnocatan-0.6.0
+CATEGORIES= games gnome
+MASTER_SITES= http://download.sourceforge.net/gnocatan/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://gnocatan.sourceforge.net/
+
+DEPENDS+= gnome-core-*:../../x11/gnome-core
+
+GNU_CONFIGURE= YES
+USE_X11BASE= YES
+USE_GMAKE= yes
+
+.include "../../mk/bsd.pkg.mk"