Tweak misc/gnome-icon-theme version 3.12.0_1
[dports.git] / misc / gnome-icon-theme / Makefile
1 # Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
2 # $FreeBSD$
3 #   $MCom$
4
5 PORTNAME=       gnome-icon-theme
6 PORTVERSION=    3.12.0
7 PORTREVISION=   1
8 CATEGORIES=     misc gnome
9 MASTER_SITES=   GNOME
10 DIST_SUBDIR=    gnome3
11
12 MAINTAINER=     gnome@FreeBSD.org
13 COMMENT=        Collection of icons for the GNOME desktop
14
15 BUILD_DEPENDS=  ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \
16                 icon-naming-utils>=0.8.7:${PORTSDIR}/x11-themes/icon-naming-utils
17 RUN_DEPENDS=    ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \
18                 gnome-icon-theme-symbolic>=0:${PORTSDIR}/x11-themes/gnome-icon-theme-symbolic
19
20 GNU_CONFIGURE=  yes
21 USES=           gettext-tools gmake pathfix pkgconfig tar:xz
22 USE_GNOME=      intlhack
23 INSTALLS_ICONS= yes
24 CONFIGURE_ARGS= --enable-icon-mapping
25 CPPFLAGS+=      -I${LOCALBASE}/include
26 LDFLAGS+=       -L${LOCALBASE}/lib
27
28 .include <bsd.port.mk>