openbsd-ports/x11/gnome/games/Makefile

58 lines
1.6 KiB
Makefile
Raw Normal View History

2012-10-17 06:30:47 -04:00
# $OpenBSD: Makefile,v 1.67 2012/10/17 10:30:47 ajacoutot Exp $
COMMENT= collection of games for the GNOME desktop
GNOME_PROJECT= gnome-games
2012-10-17 06:03:22 -04:00
GNOME_VERSION= 3.6.1
2012-10-17 06:30:47 -04:00
REVISION= 0
2009-02-16 07:24:29 -05:00
CATEGORIES= games
HOMEPAGE= http://live.gnome.org/GnomeGames/
# GPLv2/GDFLv1.1
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += GL GLU X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext
WANTLIB += Xfixes Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 c
WANTLIB += cairo cairo-gobject canberra canberra-gtk3 clutter-1.0
WANTLIB += clutter-gtk-1.0 cogl cogl-pango croco-0.6 drm expat
WANTLIB += ffi fontconfig freetype gdk-3 gdk_pixbuf-2.0 gio-2.0
WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0 gtk-3
WANTLIB += json-glib-1.0 ltdl m ogg pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pcre pixman-1 png pthread pthread-stubs rsvg-2 sqlite3
WANTLIB += stdc++ vorbis vorbisfile xcb xcb-render xcb-shm xml2
2012-09-28 07:24:45 -04:00
WANTLIB += ICE SM atk-bridge-2.0 atspi dbus-1 harfbuzz icudata
WANTLIB += icule icuuc z
MODULES= devel/dconf \
2009-10-12 20:00:41 -04:00
devel/gettext \
lang/python \
2009-10-12 20:00:41 -04:00
x11/gnome
BUILD_DEPENDS= devel/py-gobject3
LIB_DEPENDS= audio/libcanberra,-gtk3 \
graphics/clutter/clutter-gtk \
x11/gnome/librsvg
RUN_DEPENDS= games/gnuchess \
devel/py-gobject3
2012-10-17 06:03:22 -04:00
MODGNOME_TOOLS= yelp
2011-09-20 16:52:45 -04:00
2011-12-03 17:17:15 -05:00
MODGNOME_DESKTOP_FILE= Yes
MODGNOME_ICON_CACHE= Yes
MODPY_ADJ_FILES= gnome-sudoku/src/gnome-sudoku
2010-04-27 08:32:01 -04:00
CONFIGURE_ARGS= --with-scores-user=root \
--with-scores-group="games"
REGRESS_IS_INTERACTIVE= x11
FAKE_FLAGS= scoredir=${PREFIX}/share/gnome-games/scores/
.include <bsd.port.mk>