8f4dc25866
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@
40 lines
854 B
Makefile
40 lines
854 B
Makefile
# $OpenBSD: Makefile,v 1.10 2012/06/15 08:30:22 ajacoutot Exp $
|
|
|
|
COMMENT= Human icon theme from Ubuntu
|
|
|
|
V= 0.36
|
|
DISTNAME= human-icon-theme_${V}
|
|
PKGNAME= human-icon-theme-${V}
|
|
REVISION= 1
|
|
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= https://launchpad.net/human-icon-theme
|
|
|
|
# Creative Commons Attribution-ShareAlike 2.5
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= https://launchpad.net/ubuntu/oneiric/+source/human-icon-theme/${V}/+files/
|
|
|
|
WRKDIST= ${WRKDIR}/human-icon-theme
|
|
MODULES= textproc/intltool
|
|
|
|
RUN_DEPENDS= x11/gtk+2,-guic
|
|
BUILD_DEPENDS= x11/icon-naming-utils
|
|
|
|
# Add the corresponding "Inherits" theme.
|
|
RUN_DEPENDS += x11/tangerine-icon-theme
|
|
|
|
NO_REGRESS= Yes
|
|
ALL_TARGET= build
|
|
USE_GMAKE= Yes
|
|
PKG_ARCH= *
|
|
|
|
pre-configure:
|
|
${SUBST_CMD} ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|