summaryrefslogtreecommitdiff
path: root/games/gturing/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/gturing/Makefile')
-rw-r--r--games/gturing/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/games/gturing/Makefile b/games/gturing/Makefile
new file mode 100644
index 00000000000..75b8a9d5871
--- /dev/null
+++ b/games/gturing/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/11/04 07:40:37 rh Exp $
+#
+
+DISTNAME= gturing-0.1.1
+CATEGORIES= games gnome
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gturing/0.1/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.gnome.org/
+COMMENT= GNOME2 turing machine emulator
+
+BUILD_USES_MSGFMT= YES
+
+GNU_CONFIGURE= YES
+USE_BUILDLINK2= YES
+USE_X11= YES
+USE_GMAKE= YES
+USE_LIBTOOL= YES
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+CONFIGURE_ARGS+= --localstatedir=${SCROLLKEEPER_DATADIR}
+
+.include "../../textproc/scrollkeeper/buildlink2.mk"
+.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../devel/libgnomeui/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"