2012-06-15 04:30:18 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.40 2012/06/15 08:30:21 ajacoutot Exp $
|
2009-04-06 03:54:23 -04:00
|
|
|
|
|
|
|
COMMENT= MAME front-end for GNOME
|
|
|
|
|
|
|
|
GNOME_PROJECT= gnome-video-arcade
|
2012-02-16 17:46:39 -05:00
|
|
|
GNOME_VERSION= 0.8.3
|
2012-06-15 04:30:18 -04:00
|
|
|
REVISION= 2
|
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-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
|
2012-01-16 06:36:11 -05:00
|
|
|
WANTLIB += gobject-2.0 gstreamer-0.10 gthread-2.0 gtk-3 m pango-1.0
|
|
|
|
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread
|
|
|
|
WANTLIB += pthread-stubs soup-2.4 sqlite3 startup-notification-1
|
|
|
|
WANTLIB += stdc++ 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
|
|
|
|
2012-03-19 02:56:32 -04:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2011-09-12 03:28:52 -04:00
|
|
|
RUN_DEPENDS= emulators/sdlmame,-main>=0.132p2 \
|
2011-09-26 09:23:15 -04:00
|
|
|
x11/gnome/icon-theme \
|
|
|
|
devel/gsettings-desktop-schemas
|
2012-04-23 13:15:17 -04:00
|
|
|
LIB_DEPENDS= devel/libsoup \
|
2011-09-12 03:28:52 -04:00
|
|
|
devel/libwnck3 \
|
|
|
|
multimedia/gstreamer-0.10/core
|
2009-04-06 03:54:23 -04:00
|
|
|
|
2011-12-03 17:17:15 -05:00
|
|
|
MODGNOME_DESKTOP_FILE= Yes
|
|
|
|
MODGNOME_ICON_CACHE= Yes
|
|
|
|
MODGNOME_TOOLS= yelp
|
2009-04-06 03:54:23 -04:00
|
|
|
|
2012-01-16 06:36:11 -05:00
|
|
|
# XXX configure should do the right thing
|
|
|
|
MODGNOME_CPPFLAGS= $$(pkg-config --cflags libsoup-2.4)
|
|
|
|
|
2012-03-19 02:56:32 -04:00
|
|
|
CONFIGURE_ARGS= --with-wnck \
|
2010-04-27 09:00:51 -04:00
|
|
|
--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>
|