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@
46 lines
1.0 KiB
Makefile
46 lines
1.0 KiB
Makefile
# $OpenBSD: Makefile,v 1.10 2012/06/15 08:30:24 ajacoutot Exp $
|
|
|
|
COMMENT= Tangerine icon theme from Ubuntu
|
|
|
|
DISTNAME= tangerine-icon-theme_0.26
|
|
PKGNAME= ${DISTNAME:S/_/-/}
|
|
REVISION= 6
|
|
CATEGORIES= x11
|
|
|
|
MASTER_SITES= http://archive.ubuntu.com/ubuntu/pool/main/t/tangerine-icon-theme/
|
|
|
|
# Creative Commons Attribution-ShareAlike 2.5
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= textproc/intltool
|
|
|
|
WRKDIST= ${WRKDIR}/tangerine-icon-theme-0.26
|
|
|
|
RUN_DEPENDS= x11/gtk+2,-guic
|
|
|
|
BUILD_DEPENDS= x11/icon-naming-utils \
|
|
x11/gnome/librsvg \
|
|
graphics/ImageMagick \
|
|
${MODGNU_AUTOCONF_DEPENDS} \
|
|
${MODGNU_AUTOMAKE_DEPENDS}
|
|
|
|
# Add the corresponding "Inherits" theme.
|
|
RUN_DEPENDS += x11/gnome/icon-theme
|
|
|
|
NO_REGRESS= Yes
|
|
USE_GMAKE= Yes
|
|
PKG_ARCH= *
|
|
AUTOMAKE_VERSION= 1.9
|
|
AUTOCONF_VERSION= 2.61
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC} && env AUTOCONF_VERSION=${AUTOCONF_VERSION} \
|
|
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} ./autogen.sh
|
|
|
|
|
|
.include <bsd.port.mk>
|