Update x11-themes/mate-icon-theme to version 1.12.0
[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.12.0
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 BUILD_DEPENDS=  ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \
14                 icon-naming-utils>=0.8.7:${PORTSDIR}/x11-themes/icon-naming-utils
15 RUN_DEPENDS=    ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme
16
17 PORTSCOUT=      limitw:1,even
18
19 USES=           gettext gmake pathfix pkgconfig tar:xz
20 USE_GNOME=      intlhack
21 GNU_CONFIGURE=  yes
22 INSTALLS_ICONS= yes
23 CPPFLAGS+=      -I${LOCALBASE}/include
24 LDFLAGS+=       -L${LOCALBASE}/lib
25
26 pre-install:
27         @${REINPLACE_CMD} -e 's|install: install-data|install:|g' \
28                 ${WRKSRC}/po/Makefile
29
30 .include <bsd.port.mk>