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@
34 lines
636 B
Makefile
34 lines
636 B
Makefile
# $OpenBSD: Makefile,v 1.15 2012/06/15 08:30:19 ajacoutot Exp $
|
|
|
|
COMMENT= extra icons for GNOME
|
|
|
|
GNOME_PROJECT= gnome-icon-theme-extras
|
|
GNOME_VERSION= 3.4.0
|
|
REVISION= 0
|
|
|
|
CATEGORIES= x11
|
|
|
|
# CC Attribution-Share Alike 3.0
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= x11/gnome
|
|
|
|
BUILD_DEPENDS= x11/icon-naming-utils \
|
|
x11/icontool \
|
|
${RUN_DEPENDS}
|
|
RUN_DEPENDS= x11/gnome/icon-theme
|
|
|
|
PKG_ARCH= *
|
|
|
|
USE_LIBTOOL= No
|
|
MODGNOME_ICON_CACHE= Yes
|
|
|
|
CONFIGURE_ENV= ac_cv_path_GIT=false \
|
|
ac_cv_path_INKSCAPE=false
|
|
CONFIGURE_ARGS= --enable-icon-mapping
|
|
|
|
.include <bsd.port.mk>
|