mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
2c672a4de9
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)
27 lines
691 B
Makefile
27 lines
691 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
PORTNAME= mate-icon-theme
|
|
PORTVERSION= 1.26.0
|
|
CATEGORIES= x11-themes mate
|
|
MASTER_SITES= MATE
|
|
DIST_SUBDIR= mate
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Collection of icons for the MATE desktop
|
|
|
|
LICENSE= LGPL3 CC-BY-SA-3.0
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme \
|
|
icon-naming-utils>=0.8.7:x11-themes/icon-naming-utils
|
|
RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= gettext-tools gmake gnome pkgconfig tar:xz
|
|
USE_GNOME= intltool
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|