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@
28 lines
610 B
Makefile
28 lines
610 B
Makefile
# $OpenBSD: Makefile,v 1.10 2012/06/15 08:30:24 ajacoutot Exp $
|
|
|
|
COMMENT= Tango icon theme extras for GNOME and KDE
|
|
|
|
DISTNAME= tango-icon-theme-extras-0.1.0
|
|
REVISION= 5
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= http://tango.freedesktop.org/
|
|
MASTER_SITES= ${HOMEPAGE}/releases/
|
|
|
|
# CC Attribution-ShareAlike 2.5
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
BUILD_DEPENDS= x11/icon-naming-utils \
|
|
graphics/ImageMagick
|
|
RUN_DEPENDS= x11/tango-icon-theme \
|
|
x11/gtk+2,-guic
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
USE_GMAKE= Yes
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|