diff options
author | rh <rh@pkgsrc.org> | 2002-11-04 07:40:37 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-11-04 07:40:37 +0000 |
commit | a4eb6807580ab3cdadbb326d24a7585f2a3c0a79 (patch) | |
tree | eaac387fffc27e594aaedca073f90355249f85ca /games/gturing/Makefile | |
parent | d54f4985a862bd72a53aa2359a9e4f0630dfb4c5 (diff) | |
download | pkgsrc-a4eb6807580ab3cdadbb326d24a7585f2a3c0a79.tar.gz |
Initial import of gturing-0.1.1, a GNOME2 turing machine emulator.
Diffstat (limited to 'games/gturing/Makefile')
-rw-r--r-- | games/gturing/Makefile | 26 |
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" |