openbsd-ports/x11/gnome/games/Makefile

70 lines
2.0 KiB
Makefile
Raw Normal View History

2010-10-19 04:13:56 -04:00
# $OpenBSD: Makefile,v 1.40 2010/10/19 08:13:57 espie Exp $
COMMENT= collection of games for the GNOME desktop
GNOME_PROJECT= gnome-games
2010-09-27 03:01:50 -04:00
GNOME_VERSION= 2.32.0
2010-10-11 04:11:24 -04:00
REVISION= 1
2010-09-30 11:20:50 -04:00
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 ICE ORBit-2 SM X11 Xau Xcomposite Xcursor Xdamage rsvg-2
WANTLIB += Xdmcp Xext Xfixes Xi Xinerama Xrandr Xrender Xxf86vm guile
2010-09-27 03:01:50 -04:00
WANTLIB += atk-1.0 c cairo canberra canberra-gtk clutter-glx-1.0
2010-04-23 13:39:02 -04:00
WANTLIB += croco-0.6 dbus-1 dbus-glib-1 drm expat fontconfig freetype
2010-10-11 04:11:24 -04:00
WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
2010-09-27 03:01:50 -04:00
WANTLIB += gmp gobject-2.0 gthread-2.0 gtk-x11-2.0 json-glib-1.0
2010-04-23 13:39:02 -04:00
WANTLIB += ltdl m ogg pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre
WANTLIB += pixman-1 png pthread pthread-stubs stdc++ vorbis vorbisfile
WANTLIB += xcb xcb-render xcb-render-util xml2 z clutter-gtk-0.10
2009-10-12 20:00:41 -04:00
MODULES= devel/gconf2 \
devel/gettext \
lang/python \
2009-10-12 20:00:41 -04:00
x11/gnome
2009-10-12 20:00:41 -04:00
BUILD_DEPENDS= ::x11/gnome/py-gnome-desktop
LIB_DEPENDS= ::graphics/clutter/clutter-gtk \
::lang/guile \
::x11/gnome/librsvg
RUN_DEPENDS= ::x11/gnome/py-gnome-desktop \
::multimedia/gstreamer-0.10/plugins-good
REGRESS_DEPENDS= ::devel/check
DESKTOP_FILES= Yes
MODGNOME_HELP_FILES= Yes
MODGCONF2_SCHEMAS_DIR= gnome-games
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--localstatedir="/var" \
2009-10-12 20:00:41 -04:00
--with-scores-group="games" \
2010-09-27 03:01:50 -04:00
--disable-introspection
2010-04-27 08:32:01 -04:00
# XXX
# gnome-sudoku needs python-2.6
# lightsoff and swell-foop needs seed
CONFIGURE_ARGS+= --enable-omitgames=gnome-sudoku,lightsoff,swell-foop
2010-04-27 08:32:01 -04:00
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
2010-10-19 04:13:56 -04:00
USE_GROFF = Yes
REGRESS_IS_INTERACTIVE= x11
FAKE_FLAGS= scoredir=${PREFIX}/share/gnome-games/scores/
pre-configure:
${SUBST_CMD} ${WRKSRC}/configure ${WRKSRC}/glchess/src/glchess.in.in \
${WRKSRC}/gnome-sudoku/src/gnome-sudoku.in.in
.include <bsd.port.mk>