openbsd-ports/x11/yakuake/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

45 lines
980 B
Makefile

# $OpenBSD: Makefile,v 1.11 2012/06/15 08:30:25 ajacoutot Exp $
COMMENT= yet another kuake KDE terminal emulator
DISTNAME= yakuake-2.8.1
REVISION= 6
CATEGORIES= x11 x11/kde
EXTRACT_SUFX= .tar.bz2
HOMEPAGE= http://yakuake.kde.org/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_BERLIOS:=yakuake/}
WANTLIB= ICE SM X11 Xau Xdmcp Xext Xrender art_lgpl_2 c fam idn \
jpeg m png pthread rpcsvc stdc++ util z pthread-stubs xcb \
kdecore kdefx kdesu kdeui kio kwalletclient DCOP
MODULES= devel/gettext \
x11/kde
RUN_DEPENDS= devel/desktop-file-utils \
x11/gtk+2,-guic
LIB_DEPENDS= x11/kde/libs3
USE_GMAKE= Yes
PORTHOME?= ${WRKDIR}
MODKDE_VERSION= 3.5.8
AUTOCONF_VERSION=2.61
CONFIGURE_STYLE=autoconf
CONFIGURE_ARGS= ${MODKDE_CONFIGURE_ARGS}
CONFIGURE_ENV= ${MODKDE_CONFIGURE_ENV} \
CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>