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@
50 lines
1.0 KiB
Makefile
50 lines
1.0 KiB
Makefile
# $OpenBSD: Makefile,v 1.55 2012/06/15 08:32:17 ajacoutot Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= jabber client written in pygtk
|
|
DISTNAME= gajim-0.15
|
|
REVISION= 3
|
|
CATEGORIES= net x11
|
|
|
|
MASTER_SITES= ${HOMEPAGE}/downloads/0.15/
|
|
|
|
HOMEPAGE= http://www.gajim.org/
|
|
|
|
MAINTAINER= Pierre-Emmanuel Andre <pea@openbsd.org>
|
|
|
|
# GPLv3 only
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
|
|
|
USE_GMAKE= Yes
|
|
USE_LIBTOOL= Yes
|
|
USE_GROFF = Yes
|
|
LIBTOOL_FLAGS= --tag=disable-static
|
|
|
|
MODULES= lang/python \
|
|
textproc/intltool
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= databases/py-sqlite2 \
|
|
devel/desktop-file-utils \
|
|
net/py-dns \
|
|
x11/dbus-python \
|
|
x11/py-gtk2 \
|
|
security/py-openssl \
|
|
security/py-crypto \
|
|
net/avahi,-gui,no_mono,no_qt3,no_qt4 \
|
|
textproc/gtkspell \
|
|
net/farstream \
|
|
devel/py-notify \
|
|
x11/gtk+2,-guic
|
|
|
|
.include <bsd.port.mk>
|