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

38 lines
790 B
Makefile

# $OpenBSD: Makefile,v 1.6 2012/06/15 08:30:21 ajacoutot Exp $
COMMENT = complete, multi-colored suite of icons
V = 5.5.1
DISTNAME = gnome-colors-${V}
PKGNAME = gnome-colors-icon-theme-${V}
CATEGORIES = x11
REVISION = 4
HOMEPAGE = http://code.google.com/p/gnome-colors/
MASTER_SITES = http://gnome-colors.googlecode.com/files/
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
PKG_ARCH = *
NO_BUILD = Yes
NO_REGRESS = Yes
RUN_DEPENDS = x11/gtk+2,-guic
# Add the corresponding "Inherits" theme.
RUN_DEPENDS += x11/gnome/icon-theme
WRKDIST = ${WRKDIR}
ICONSDIR = ${PREFIX}/share/icons/
do-install:
${INSTALL_DATA_DIR} ${ICONSDIR}
cd ${WRKDIST} ; pax -rw gnome-* ${ICONSDIR}
.include <bsd.port.mk>