summaryrefslogtreecommitdiff
path: root/games/gtkgo/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2002-12-10 09:18:26 +0000
committerrh <rh@pkgsrc.org>2002-12-10 09:18:26 +0000
commit2827826d3ddb98cae929ef75e7625daaa364d0c5 (patch)
tree76c3150ff6c3bd684eed8a6f68f6f7466ca247e0 /games/gtkgo/Makefile
parent0f7c461da632ea5879bb3fb32c001604292f2b58 (diff)
downloadpkgsrc-2827826d3ddb98cae929ef75e7625daaa364d0c5.tar.gz
Initial import of gtkgo-0.0.10, a GNOME Go board with skin support.
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"