a1b7c39eb5
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@
44 lines
1.1 KiB
Makefile
44 lines
1.1 KiB
Makefile
# $OpenBSD: Makefile,v 1.17 2012/06/15 08:32:15 ajacoutot Exp $
|
|
|
|
COMMENT = Mastermind clone reflexion game
|
|
|
|
GNOME_PROJECT = gnome-mastermind
|
|
GNOME_VERSION = 0.3.1
|
|
REVISION= 7
|
|
|
|
CATEGORIES = games
|
|
|
|
HOMEPAGE = http://www.autistici.org/gnome-mastermind/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MASTER_SITES = http://download.gna.org/gnome-mastermind/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MODULES = devel/gettext \
|
|
x11/gnome
|
|
|
|
LIB_DEPENDS = x11/gtk+2 \
|
|
devel/gconf2
|
|
RUN_DEPENDS += x11/gnome/librsvg
|
|
|
|
MODGNOME_TOOLS= yelp
|
|
MODGNOME_ICON_CACHE= Yes
|
|
MODGNOME_DESKTOP_FILE = Yes
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext
|
|
WANTLIB += Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo dbus-1
|
|
WANTLIB += dbus-glib-1 expat fontconfig freetype gio-2.0 glib-2.0
|
|
WANTLIB += gmodule-2.0 gobject-2.0 gthread-2.0 m pango-1.0
|
|
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread
|
|
WANTLIB += pthread-stubs xcb z gdk_pixbuf-2.0 gdk-x11-2.0>=1000
|
|
WANTLIB += gtk-x11-2.0>=1000 gconf-2>=6
|
|
|
|
.include <bsd.port.mk>
|