openbsd-ports/x11/industrial-icon-theme/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

33 lines
664 B
Makefile

# $OpenBSD: Makefile,v 1.12 2012/06/15 08:30:22 ajacoutot Exp $
COMMENT= Industrial icon theme from OpenSUSE
DISTNAME= industrial-icon-theme-11.0.5
REVISION= 6
CATEGORIES= x11
MASTER_SITES= http://forgeftp.novell.com/opensuse-art/openSUSE11/icons/
# CC-BY-SA 3.0
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= x11/gtk+2,-guic
BUILD_DEPENDS= x11/icon-naming-utils \
x11/gnome/librsvg \
graphics/ImageMagick
# Add the corresponding "Inherits" theme.
RUN_DEPENDS += x11/tango-icon-theme
NO_REGRESS= Yes
USE_GMAKE= Yes
PKG_ARCH= *
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>