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@
27 lines
469 B
Makefile
27 lines
469 B
Makefile
# $OpenBSD: Makefile,v 1.28 2012/06/15 08:30:25 ajacoutot Exp $
|
|
|
|
PKG_ARCH= *
|
|
|
|
COMMENT= Xfce4 icon theme
|
|
|
|
XFCE_ARTWORK= xfce4-icon-theme
|
|
XFCE_VERSION= 4.4.3
|
|
REVISION= 11
|
|
|
|
# GPLv2
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
MODULES= textproc/intltool \
|
|
x11/xfce4
|
|
XFCE_NO_SRC= Yes
|
|
|
|
MODXFCE_ICON_CACHE= Yes
|
|
|
|
# Add the corresponding "Inherits" theme.
|
|
RUN_DEPENDS += x11/tango-icon-theme
|
|
|
|
.include <bsd.port.mk>
|