openbsd-ports/audio/calf/Makefile
ajacoutot a1b7c39eb5 gtk-update-icon-cache:
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:32:14 +00:00

52 lines
1.2 KiB
Makefile

# $OpenBSD: Makefile,v 1.10 2012/06/15 08:32:14 ajacoutot Exp $
SHARED_ONLY = Yes
ONLY_FOR_ARCHS = ${GCC4_ARCHS}
COMMENT = CALF LADSPA plugins
DISTNAME = calf-0.0.18.5
REVISION = 5
CATEGORIES = audio
HOMEPAGE = http://tap-plugins.sourceforge.net/
MAINTAINER = Jacob Meuser <jakemsr@openbsd.org>
# GPLv2.1
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
Xfixes Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 c \
cairo drm expat fontconfig freetype gdk-x11-2.0 \
gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 \
gtk-x11-2.0 gthread-2.0 m pango-1.0 \
pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread \
pthread-stubs xcb xcb-render xcb-shm xml2 z \
jack glade-2.0 ffi stdc++
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=calf/}
RUN_DEPENDS = devel/desktop-file-utils \
x11/gtk+2,-guic
LIB_DEPENDS = audio/jack \
devel/libglade2
BUILD_DEPENDS += audio/ladspa
MODULES += devel/gettext
USE_LIBTOOL = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += --without-dssi \
--without-lv2
CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
NO_REGRESS = Yes
.include <bsd.port.mk>