diff options
author | petef <petef@FreeBSD.org> | 2002-07-25 05:01:16 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-07-25 05:01:16 +0000 |
commit | 02961f329a2eddfea9db7e12e66ef19db90c2a84 (patch) | |
tree | 45903e2e0a808d2adc9ff81cdd8cad095c23d301 /emulators/grustibus | |
parent | b1cf792a6c39ebf58591a49a894dc2fc7c41dd72 (diff) | |
download | FreeBSD-ports-02961f329a2eddfea9db7e12e66ef19db90c2a84.zip FreeBSD-ports-02961f329a2eddfea9db7e12e66ef19db90c2a84.tar.gz |
Add grustibus 0.43, an xmame frontend for Gnome.
PR: 39154
Submitted by: Amar Takhar <verm@drunkmonk.net>
Diffstat (limited to 'emulators/grustibus')
-rw-r--r-- | emulators/grustibus/Makefile | 30 | ||||
-rw-r--r-- | emulators/grustibus/distinfo | 1 | ||||
-rw-r--r-- | emulators/grustibus/files/patch-src::Makefile.in | 13 | ||||
-rw-r--r-- | emulators/grustibus/pkg-comment | 1 | ||||
-rw-r--r-- | emulators/grustibus/pkg-descr | 9 | ||||
-rw-r--r-- | emulators/grustibus/pkg-plist | 13 |
6 files changed, 67 insertions, 0 deletions
diff --git a/emulators/grustibus/Makefile b/emulators/grustibus/Makefile new file mode 100644 index 0000000..610f1ee --- /dev/null +++ b/emulators/grustibus/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: grustibus +# Date created: 28 May 2002 +# Whom: Amar Takhar <verm@drunkmonk.net> +# +# $FreeBSD$ +# + +PORTNAME= grustibus +PORTVERSION= 0.43 +CATEGORIES= emulators gnome +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= grustibus + +MAINTAINER= verm@drunkmonk.net + +RUN_DEPENDS= xmame:${PORTSDIR}/emulators/xmame +LIB_DEPENDS= gnomecanvaspixbuf.1:${PORTSDIR}/graphics/gnomecanvas + +USE_GNOMELIBS= yes +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --sysconfdir=`${GNOME_CONFIG} --sysconfdir` + +.include <bsd.port.pre.mk> + +.if defined(HAVE_GNOME) +USE_GNOME= yes +.endif + +.include <bsd.port.post.mk> diff --git a/emulators/grustibus/distinfo b/emulators/grustibus/distinfo new file mode 100644 index 0000000..765dd76 --- /dev/null +++ b/emulators/grustibus/distinfo @@ -0,0 +1 @@ +MD5 (grustibus-0.43.tar.gz) = f7c8f57bb4ada4f12b95106484a09dc3 diff --git a/emulators/grustibus/files/patch-src::Makefile.in b/emulators/grustibus/files/patch-src::Makefile.in new file mode 100644 index 0000000..f8b2b8d --- /dev/null +++ b/emulators/grustibus/files/patch-src::Makefile.in @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- src/Makefile.in.orig Tue May 29 13:12:24 2001 ++++ src/Makefile.in Wed May 29 01:20:05 2002 +@@ -142,7 +142,7 @@ + gui.o fileio.o mameio.o support.o interface.o callbacks.o + grustibus_DEPENDENCIES = + grustibus_LDFLAGS = +-CFLAGS = @CFLAGS@ ++CFLAGS = @CFLAGS@ @EXTRA_GNOME_CFLAGS@ + COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) + CCLD = $(CC) + LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ diff --git a/emulators/grustibus/pkg-comment b/emulators/grustibus/pkg-comment new file mode 100644 index 0000000..0a4513f --- /dev/null +++ b/emulators/grustibus/pkg-comment @@ -0,0 +1 @@ +An xmame frontend for Gnome diff --git a/emulators/grustibus/pkg-descr b/emulators/grustibus/pkg-descr new file mode 100644 index 0000000..e575252 --- /dev/null +++ b/emulators/grustibus/pkg-descr @@ -0,0 +1,9 @@ +gRustibus is a M.A.M.E. frontend for the GNOME environment. Its goal is to +be feature-rich and easy to use. It shows screenshots, flyers, cabinet +photos, and info for your M.A.M.E. ROMs, and allows you to configure each +game individually. Most operations can be done using the keyboard. + +Finally, something UNIX users can use to manage those ROMS, just as the +Mac and Windows users have had for years :) + +WWW: http://grustibus.sourceforge.net/ diff --git a/emulators/grustibus/pkg-plist b/emulators/grustibus/pkg-plist new file mode 100644 index 0000000..5e6f382 --- /dev/null +++ b/emulators/grustibus/pkg-plist @@ -0,0 +1,13 @@ +bin/grustibus +etc/gnome/config/gRustibus.d/catver +share/gnome/locale/no/LC_MESSAGES/grustibus.mo +share/gnome/locale/fr/LC_MESSAGES/grustibus.mo +share/gnome/gnome/apps/Games/grustibus.desktop +share/gnome/pixmaps/grustibus.png +share/gnome/pixmaps/mini-grustibus.xpm +share/gnome/pixmaps/grustibus/defaultsnap.png +share/gnome/pixmaps/grustibus/grustibus-logo.png +share/gnome/pixmaps/grustibus/grustibus.png +share/gnome/pixmaps/grustibus/mini-grustibus.xpm +@dirrm share/gnome/pixmaps/grustibus +@dirrm etc/gnome/config/gRustibus.d |