openbsd-ports/x11/gnome/baobab/Makefile
ajacoutot 8f4dc25866 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:30:18 +00:00

37 lines
856 B
Makefile

# $OpenBSD: Makefile,v 1.4 2012/06/15 08:30:19 ajacoutot Exp $
COMMENT= directory tree analyzer for GNOME
GNOME_PROJECT= baobab
GNOME_VERSION= 3.4.1
REVISION= 0
HOMEPAGE= https://live.gnome.org/Baobab
# GPLv2 - GFDLv1.1
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += GL X11 Xrender atk-1.0 c cairo cairo-gobject expat
WANTLIB += fontconfig freetype gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0
WANTLIB += gobject-2.0 gtk-3 gtop-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 z
LIB_DEPENDS= x11/gtk+3 \
devel/libgtop2
RUN_DEPENDS= x11/gnome/gvfs
MODULES= devel/dconf \
devel/gettext \
x11/gnome
MODGNOME_TOOLS= yelp
MODGNOME_DESKTOP_FILE= Yes
MODGNOME_ICON_CACHE= Yes
.include <bsd.port.mk>