1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/x11-themes/icons-tango-extras/Makefile
Baptiste Daroussin 2c672a4de9 INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
2021-10-10 21:44:42 +02:00

22 lines
668 B
Makefile

PORTNAME= icons-tango-extras
PORTVERSION= 0.1.0
PORTREVISION= 5
CATEGORIES= x11-themes
MASTER_SITES= http://tango.freedesktop.org/releases/ \
GENTOO
DISTNAME= tango-icon-theme-extras-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Extra set of icons from the Tango project
BUILD_DEPENDS= ${LOCALBASE}/libexec/icon-name-mapping:x11-themes/icon-naming-utils \
${LOCALBASE}/share/icons/Tango/16x16/actions/add.png:x11-themes/icons-tango \
Magick-config:graphics/ImageMagick6
RUN_DEPENDS= ${LOCALBASE}/share/icons/Tango/16x16/actions/add.png:x11-themes/icons-tango
GNU_CONFIGURE= yes
USES= gmake gnome pkgconfig
USE_GNOME= intlhack
.include <bsd.port.mk>