2011-10-16 06:51:01 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.32 2011/10/16 10:51:01 nigel Exp $
|
2009-04-06 03:54:23 -04:00
|
|
|
|
|
|
|
COMMENT= MAME front-end for GNOME
|
|
|
|
|
|
|
|
GNOME_PROJECT= gnome-video-arcade
|
2011-09-12 03:28:52 -04:00
|
|
|
GNOME_VERSION= 0.8.0
|
2011-10-16 06:51:01 -04:00
|
|
|
REVISION= 6
|
2009-04-06 03:54:23 -04:00
|
|
|
|
|
|
|
CATEGORIES= emulators games
|
|
|
|
|
|
|
|
HOMEPAGE= http://mbarnes.github.com/gnome-video-arcade/
|
|
|
|
|
|
|
|
# GPLv3
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2011-09-12 08:04:16 -04:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
2011-10-16 06:51:01 -04:00
|
|
|
WANTLIB += GL X11 X11-xcb XRes Xau Xcomposite Xcursor Xdamage
|
|
|
|
WANTLIB += Xdmcp Xext Xfixes Xi Xinerama Xrandr Xrender Xxf86vm
|
|
|
|
WANTLIB += atk-1.0 c cairo cairo-gobject drm expat ffi fontconfig
|
2011-09-12 03:28:52 -04:00
|
|
|
WANTLIB += freetype gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
|
2011-10-16 06:51:01 -04:00
|
|
|
WANTLIB += gobject-2.0 gstreamer-0.10 gthread-2.0 gtk-3 kvm m
|
|
|
|
WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
|
|
|
|
WANTLIB += png pthread pthread-stubs sqlite3 startup-notification-1
|
|
|
|
WANTLIB += wnck-3 xcb xcb-aux xcb-render xcb-shm xml2 z
|
2009-04-06 03:54:23 -04:00
|
|
|
|
|
|
|
MODULES= devel/gettext \
|
2009-06-07 07:16:04 -04:00
|
|
|
x11/gnome \
|
2011-09-12 03:28:52 -04:00
|
|
|
devel/dconf
|
2009-04-06 03:54:23 -04:00
|
|
|
|
2009-04-06 05:42:20 -04:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
2011-09-12 03:28:52 -04:00
|
|
|
devel/glade
|
|
|
|
RUN_DEPENDS= emulators/sdlmame,-main>=0.132p2 \
|
2011-09-26 09:23:15 -04:00
|
|
|
x11/gnome/icon-theme \
|
|
|
|
devel/gsettings-desktop-schemas
|
2010-11-22 03:36:47 -05:00
|
|
|
LIB_DEPENDS= databases/sqlite3 \
|
2011-09-12 03:28:52 -04:00
|
|
|
devel/libwnck3 \
|
|
|
|
multimedia/gstreamer-0.10/core
|
2009-04-06 03:54:23 -04:00
|
|
|
|
2011-09-19 03:44:58 -04:00
|
|
|
MODGNOME_DESKTOP_FILE= Yes
|
2011-09-20 16:52:45 -04:00
|
|
|
MODGNOME_TOOLS= yelp
|
2009-04-06 03:54:23 -04:00
|
|
|
|
2011-09-20 17:10:00 -04:00
|
|
|
CONFIGURE_ARGS= --with-glade-catalog \
|
2010-04-27 09:00:51 -04:00
|
|
|
--with-wnck \
|
|
|
|
--with-history-file="${LOCALBASE}/share/sdlmame/history.dat"
|
2011-09-12 03:28:52 -04:00
|
|
|
|
|
|
|
USE_GROFF= Yes
|
2009-04-06 03:54:23 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|