diff options
author | xtraeme <xtraeme> | 2003-12-23 09:02:39 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2003-12-23 09:02:39 +0000 |
commit | 812ea462a3d9508a1518886f606ca41fda9b8376 (patch) | |
tree | c5c1dc9cbce01aea4ccebf4b3ca40153eeb531f5 /misc | |
parent | 9488caf461f86c2b94804ca2759a40c00a39f6ff (diff) | |
download | pkgsrc-812ea462a3d9508a1518886f606ca41fda9b8376.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')
-rw-r--r-- | misc/gxmame/DESCR | 7 | ||||
-rw-r--r-- | misc/gxmame/Makefile | 24 | ||||
-rw-r--r-- | misc/gxmame/PLIST | 35 | ||||
-rw-r--r-- | misc/gxmame/distinfo | 4 |
4 files changed, 70 insertions, 0 deletions
diff --git a/misc/gxmame/DESCR b/misc/gxmame/DESCR new file mode 100644 index 00000000000..01a36f2c920 --- /dev/null +++ b/misc/gxmame/DESCR @@ -0,0 +1,7 @@ +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. 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" diff --git a/misc/gxmame/PLIST b/misc/gxmame/PLIST new file mode 100644 index 00000000000..b3db4f1dc6d --- /dev/null +++ b/misc/gxmame/PLIST @@ -0,0 +1,35 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/23 09:02:39 xtraeme Exp $ +bin/gxmame +share/applications/gxmame.desktop +share/doc/gxmame/AUTHORS +share/doc/gxmame/BUGS +share/doc/gxmame/COPYING +share/doc/gxmame/ChangeLog +share/doc/gxmame/NEWS +share/doc/gxmame/README +share/doc/gxmame/TODO +share/doc/gxmame/html/gui/metal2.jpg +share/doc/gxmame/html/gxmame-doc-1.html +share/doc/gxmame/html/gxmame-doc-2.html +share/doc/gxmame/html/gxmame-doc-3.html +share/doc/gxmame/html/gxmame-doc-4.html +share/doc/gxmame/html/gxmame-doc-5.html +share/doc/gxmame/html/gxmame-doc-6.html +share/doc/gxmame/html/gxmame-doc.html +share/doc/gxmame/html/includes/gxmame.css +share/icons/gxmame.png +share/icons/mini/gxmame.xpm +${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gxmame.mo +${PKGLOCALEDIR}/locale/el/LC_MESSAGES/gxmame.mo +${PKGLOCALEDIR}/locale/es/LC_MESSAGES/gxmame.mo +${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gxmame.mo +${PKGLOCALEDIR}/locale/it/LC_MESSAGES/gxmame.mo +${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gxmame.mo +${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/gxmame.mo +${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/gxmame.mo +${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/gxmame.mo +@dirrm share/icons/mini +@dirrm share/doc/gxmame/html/includes +@dirrm share/doc/gxmame/html/gui +@dirrm share/doc/gxmame/html +@dirrm share/doc/gxmame diff --git a/misc/gxmame/distinfo b/misc/gxmame/distinfo new file mode 100644 index 00000000000..aa95f7e6ca5 --- /dev/null +++ b/misc/gxmame/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/12/23 09:02:39 xtraeme Exp $ + +SHA1 (gxmame-0.34b.tar.gz) = b727edd4b1ee0405c1e0bcfc1aa62eaa444c3846 +Size (gxmame-0.34b.tar.gz) = 996919 bytes |