summaryrefslogtreecommitdiff
path: root/misc/gxmame/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2003-12-23 09:02:39 +0000
committerxtraeme <xtraeme@pkgsrc.org>2003-12-23 09:02:39 +0000
commitc977e52fe57734d6f1bb1b830e2c1a6e13c25277 (patch)
treec5c1dc9cbce01aea4ccebf4b3ca40153eeb531f5 /misc/gxmame/Makefile
parent0ed51e919d53792982d8e0b6533e14819b79ac34 (diff)
downloadpkgsrc-c977e52fe57734d6f1bb1b830e2c1a6e13c25277.tar.gz
Initial import of gxmame-0.34b, from pkgsrc-wip.
GXMame is a frontend for XMame using the GTK library, the goal is to provide the same GUI than mame32. For the moment it will just have the same gui, the final goal is to be able to share config files with Mame32k (or any version of mame32 that write config files instead of saving data into windows registry) allowing dual booter to have the same environment (favorite, timeplayed, last game selected, gui preference...) under windows and unix-like systems.
Diffstat (limited to 'misc/gxmame/Makefile')
-rw-r--r--misc/gxmame/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/misc/gxmame/Makefile b/misc/gxmame/Makefile
new file mode 100644
index 00000000000..6e8369adbdb
--- /dev/null
+++ b/misc/gxmame/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/23 09:02:39 xtraeme Exp $
+#
+
+DISTNAME= gxmame-0.34b
+CATEGORIES= misc
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gxmame/}
+
+MAINTAINER= xtraeme@NetBSD.org
+HOMEPAGE= http://gxmame.sourceforge.net/
+COMMENT= Frontend for XMame using the GTK2 library
+
+BUILD_USES_MSGFMT= yes
+DEPENDS= gnome2-dirs>=1.2:../../misc/gnome2-dirs
+DEPENDS+= xmame-[0-9]*:../../emulators/xmame
+
+GNU_CONFIGURE= yes
+USE_BUILDLINK2= yes
+USE_GMAKE= yes
+USE_PKGLOCALEDIR= yes
+USE_X11= yes
+
+.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../x11/gtk2/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"