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

29 lines
858 B
Makefile

# $OpenBSD: Makefile,v 1.54 2012/06/15 08:30:23 ajacoutot Exp $
COMMENT = some useless KDE applications
CATEGORIES = x11 x11/kde games
VERSION = 3.5.10
DISTNAME = kdetoys-${VERSION}
MODKDE_VERSION ?= 3.5.8
MODULES = x11/kde devel/gettext
RUN_DEPENDS += devel/desktop-file-utils \
x11/gtk+2,-guic
LIB_DEPENDS = x11/kde/libs3
SEPARATE_BUILD = flavored
REVISION = 7
WANTLIB = ICE SM X11 Xau Xdmcp Xext Xrender art_lgpl_2 c fam idn jpeg \
lib/kde3/DCOP lib/kde3/kdecore>=6 lib/kde3/kdefx lib/kde3/kdeprint \
lib/kde3/kdesu lib/kde3/kdeui lib/kde3/khtml lib/kde3/kio lib/kde3/kjs \
lib/kde3/kparts lib/kde3/kscreensaver lib/kde3/kutils \
lib/kde3/kwalletclient m pcre pcreposix png pthread pthread-stubs \
stdc++ util xcb z
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/HTML/en/common
@${post_install_libs}
.include <bsd.port.mk>