diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-06 06:26:57 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-06 06:26:57 +0000 |
commit | 17682b1d719cc41d89a77dee99f14e9aeb6676ae (patch) | |
tree | a88d6c7adb8d0586781dff870a46a5893b524f2c /emulators/gxmame | |
parent | d60c2c26e00ccf3b063f1adb8d9452d4d67b7ea7 (diff) | |
download | ports-17682b1d719cc41d89a77dee99f14e9aeb6676ae.tar.gz ports-17682b1d719cc41d89a77dee99f14e9aeb6676ae.zip |
Notes
Diffstat (limited to 'emulators/gxmame')
-rw-r--r-- | emulators/gxmame/Makefile | 29 | ||||
-rw-r--r-- | emulators/gxmame/distinfo | 1 | ||||
-rw-r--r-- | emulators/gxmame/pkg-descr | 7 | ||||
-rw-r--r-- | emulators/gxmame/pkg-plist | 33 |
4 files changed, 70 insertions, 0 deletions
diff --git a/emulators/gxmame/Makefile b/emulators/gxmame/Makefile new file mode 100644 index 000000000000..0d2f46b432c0 --- /dev/null +++ b/emulators/gxmame/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: gxmame +# Date created: 04 Oct 2003 +# Whom: Travis Poppe <tlp@liquidx.org> +# +# $FreeBSD$ +# + +PORTNAME= gxmame +PORTVERSION= 0.33 +CATEGORIES= emulators +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= tlp@liquidx.org +COMMENT= GXmame is a GTK frontend for xmame + +#RUN_DEPENDS= xmame:${PORTSDIR}/emulators/xmame \ +RUN_DEPENDS= \ + ${LOCALBASE}/lib/libiconv.so.3:${PORTSDIR}/converters/libiconv \ + ${LOCALBASE}/lib/libintl.so.5:${PORTSDIR}/devel/gettext + +USE_GZIP= yes +USE_XLIB= yes +USE_GNOME= gtk12 gdkpixbuf glib12 + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-joystick + +.include <bsd.port.mk> diff --git a/emulators/gxmame/distinfo b/emulators/gxmame/distinfo new file mode 100644 index 000000000000..48116830d056 --- /dev/null +++ b/emulators/gxmame/distinfo @@ -0,0 +1 @@ +MD5 (gxmame-0.33.tar.gz) = b3469d300ccb6654f893e88823d93799 diff --git a/emulators/gxmame/pkg-descr b/emulators/gxmame/pkg-descr new file mode 100644 index 000000000000..0e8a4568921d --- /dev/null +++ b/emulators/gxmame/pkg-descr @@ -0,0 +1,7 @@ +GXMame is a GTK frontend for xmame. Its goal is to provide an interface +much like that of MAME32. + +WWW: http://gxmame.sourceforge.net + +- Travis Poppe +tlp@liquidx.org diff --git a/emulators/gxmame/pkg-plist b/emulators/gxmame/pkg-plist new file mode 100644 index 000000000000..edb9c7691e77 --- /dev/null +++ b/emulators/gxmame/pkg-plist @@ -0,0 +1,33 @@ +bin/gxmame +share/locale/fr/LC_MESSAGES/gxmame.mo +share/locale/es/LC_MESSAGES/gxmame.mo +share/locale/it/LC_MESSAGES/gxmame.mo +share/locale/nl/LC_MESSAGES/gxmame.mo +share/locale/de/LC_MESSAGES/gxmame.mo +share/locale/pl/LC_MESSAGES/gxmame.mo +share/locale/zh_TW/LC_MESSAGES/gxmame.mo +share/applnk/Games/Arcade/gxmame.desktop +share/gnome/apps/Games/Arcade/gxmame.desktop +share/icons/gxmame.png +share/icons/mini/gxmame.xpm +%%PORTDOCS%%share/doc/gxmame-0.33/AUTHORS +%%PORTDOCS%%share/doc/gxmame-0.33/BUGS +%%PORTDOCS%%share/doc/gxmame-0.33/COPYING +%%PORTDOCS%%share/doc/gxmame-0.33/ChangeLog +%%PORTDOCS%%share/doc/gxmame-0.33/NEWS +%%PORTDOCS%%share/doc/gxmame-0.33/README +%%PORTDOCS%%share/doc/gxmame-0.33/TODO +%%PORTDOCS%%share/doc/gxmame-0.33/html/gxmame-doc.html +%%PORTDOCS%%share/doc/gxmame-0.33/html/gxmame-doc-1.html +%%PORTDOCS%%share/doc/gxmame-0.33/html/gxmame-doc-2.html +%%PORTDOCS%%share/doc/gxmame-0.33/html/gxmame-doc.2.html +%%PORTDOCS%%share/doc/gxmame-0.33/html/gxmame-doc-3.html +%%PORTDOCS%%share/doc/gxmame-0.33/html/gxmame-doc-4.html +%%PORTDOCS%%share/doc/gxmame-0.33/html/gxmame-doc-5.html +%%PORTDOCS%%share/doc/gxmame-0.33/html/gxmame-doc-6.html +%%PORTDOCS%%share/doc/gxmame-0.33/html/gui/metal2.jpg +%%PORTDOCS%%share/doc/gxmame-0.33/html/includes/gxmame.css +%%PORTDOCS%%@dirrm share/doc/gxmame-0.33/html/includes +%%PORTDOCS%%@dirrm share/doc/gxmame-0.33/html/gui +%%PORTDOCS%%@dirrm share/doc/gxmame-0.33/html +%%PORTDOCS%%@dirrm share/doc/gxmame-0.33 |