summaryrefslogtreecommitdiff
path: root/games/gtkgo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/gtkgo/Makefile')
-rw-r--r--games/gtkgo/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/games/gtkgo/Makefile b/games/gtkgo/Makefile
new file mode 100644
index 00000000000..9e1a2579f7f
--- /dev/null
+++ b/games/gtkgo/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/12/10 09:18:26 rh Exp $
+#
+
+DISTNAME= gtkgo-0_0_10
+PKGNAME= ${DISTNAME:S/_/./g}
+WRKSRC= ${WRKDIR}/${PKGNAME}
+CATEGORIES= games gnome
+MASTER_SITES= http://norbertdejonge.sourceforge.net/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://norbertdejonge.sourceforge.net/gtkgo.html
+COMMENT= Go board with skin support
+
+USE_X11= YES
+USE_BUILDLINK2= YES
+GNU_CONFIGURE= YES
+CPPFLAGS+= -DPKGDATADIR='\"${PREFIX}/share/gtkgo/\"'
+
+.include "../../x11/gnome-libs/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"