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@
48 lines
1.2 KiB
Makefile
48 lines
1.2 KiB
Makefile
# $OpenBSD: Makefile,v 1.43 2012/06/15 08:32:14 ajacoutot Exp $
|
|
|
|
COMMENT= GTK-based LDAP client
|
|
|
|
DISTNAME= gq-1.3.4
|
|
REVISION= 2
|
|
|
|
CATEGORIES= databases sysutils
|
|
|
|
HOMEPAGE= http://www.gq-project.org/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB += GL X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
|
|
WANTLIB += Xrandr Xrender atk-1.0 c cairo crypto expat fontconfig
|
|
WANTLIB += freetype gcrypt gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0
|
|
WANTLIB += glade-2.0 glib-2.0 gnome-keyring gobject-2.0 gpg-error
|
|
WANTLIB += gtk-x11-2.0 krb5 lber ldap m pango-1.0 pangocairo-1.0
|
|
WANTLIB += pangoft2-1.0 pixman-1 png pthread pthread-stubs ssl
|
|
WANTLIB += xcb xcb-render xcb-shm xml2 z
|
|
|
|
# tarball from Fedora SRPM
|
|
MASTER_SITES= http://distfiles.bsdfrog.org/
|
|
|
|
MODULES= devel/gettext \
|
|
x11/gnome
|
|
|
|
LIB_DEPENDS= databases/openldap \
|
|
devel/libglade2 \
|
|
x11/gnome/libgnome-keyring
|
|
|
|
RUN_DEPENDS= misc/shared-mime-info
|
|
|
|
USE_LIBTOOL= No
|
|
MODGNOME_TOOLS= yelp
|
|
MODGNOME_DESKTOP_FILE=Yes
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ARGS= --with-kerberos-prefix=/usr \
|
|
--disable-update-mimedb \
|
|
--enable-browser-dnd
|
|
|
|
.include <bsd.port.mk>
|