Merge branch 'staged'
[dports.git] / x11-themes / mate-icon-theme / Makefile
1 # Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       mate-icon-theme
5 PORTVERSION=    1.22.1
6 CATEGORIES=     x11-themes mate
7 MASTER_SITES=   MATE
8 DIST_SUBDIR=    mate
9
10 MAINTAINER=     gnome@FreeBSD.org
11 COMMENT=        Collection of icons for the MATE desktop
12
13 LICENSE=        LGPL3 CC-BY-SA-3.0
14 LICENSE_COMB=   dual
15 LICENSE_FILE=   ${WRKSRC}/COPYING
16
17 BUILD_DEPENDS=  ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme \
18                 icon-naming-utils>=0.8.7:x11-themes/icon-naming-utils
19 RUN_DEPENDS=    ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme
20
21 PORTSCOUT=      limitw:1,even
22
23 USES=           gettext-tools gmake gnome pkgconfig tar:xz
24 USE_GNOME=      intltool
25 GNU_CONFIGURE=  yes
26 INSTALLS_ICONS= yes
27
28 pre-install:
29         @${REINPLACE_CMD} -e 's|install: install-data|install:|g' \
30                 ${WRKSRC}/po/Makefile
31
32 .include <bsd.port.mk>