openbsd-ports/games/gamine/Makefile
ajacoutot a1b7c39eb5 gtk-update-icon-cache:
Don't redirect errors to /dev/null and don't return true(1)
unconditionally. Instead, don't check for the existence of index.theme.
This will allow us to catch errors that may be happening because of a
missing dependency in the chain.

Some hidden issues may appear, in which case please contact me.

discussed with and ok blind jasper@
2012-06-15 08:32:14 +00:00

56 lines
1.5 KiB
Makefile

# $OpenBSD: Makefile,v 1.7 2012/06/15 08:32:15 ajacoutot Exp $
COMMENT= interactive game for young children
DISTNAME= gamine-1.1
REVISION= 5
CATEGORIES= games
HOMEPAGE= http://gnunux.info/projets/gamine/
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# DWTFYWTPL
# (DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE)
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp
WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0
WANTLIB += c cairo drm expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gstreamer-0.10
WANTLIB += gthread-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pixman-1 png pthread pthread-stubs xcb
WANTLIB += xcb-render xcb-shm xml2 z
MASTER_SITES= ${HOMEPAGE}
MODULES= devel/gettext \
devel/gconf2
RUN_DEPENDS= devel/desktop-file-utils \
multimedia/gstreamer-0.10/plugins-good \
x11/gtk+2,-guic
LIB_DEPENDS= multimedia/gstreamer-0.10/core \
x11/gtk+2
USE_GMAKE= Yes
ALL_TARGET= # empty
MODGCONF2_SCHEMAS_DIR= gamine
MAKE_FLAGS= PREFIX=${PREFIX} CC=${CC} CFLAGS="${CFLAGS}" \
GCONFTOOL=/usr/bin/true \
GCONF_SCHEMA_FILE_DIR=${LOCALBASE}/${SCHEMAS_INSTDIR} \
sysconfdir=${SYSCONFDIR}
FAKE_FLAGS= PREFIX=${WRKINST}${PREFIX} \
GCONF_SCHEMA_FILE_DIR=${WRKINST}${PREFIX}/${SCHEMAS_INSTDIR} \
sysconfdir=${PREFIX}/share/examples/gamine
.include <bsd.port.mk>