Update misc/kde4-l10n-lv to version 4.12.4
[dports.git] / misc / gnome-icon-theme / Makefile
1 # Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
2 # $FreeBSD$
3 #   $MCom: ports/trunk/misc/gnome-icon-theme/Makefile 18610 2013-06-30 16:33:05Z marcus $
4
5 PORTNAME=       gnome-icon-theme
6 PORTVERSION=    3.6.2
7 CATEGORIES=     misc gnome
8 MASTER_SITES=   GNOME
9 DIST_SUBDIR=    gnome3
10
11 MAINTAINER=     gnome@FreeBSD.org
12 COMMENT=        Collection of icons for the GNOME desktop
13
14 BUILD_DEPENDS=  ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \
15                 icon-naming-utils>=0.8.7:${PORTSDIR}/x11-themes/icon-naming-utils
16 RUN_DEPENDS=    ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme
17
18 USE_XZ=         yes
19 GNU_CONFIGURE=  yes
20 USES=           gmake pathfix pkgconfig
21 USE_GNOME=      intlhack
22 INSTALLS_ICONS= yes
23 CONFIGURE_ARGS= --enable-icon-mapping
24 CPPFLAGS+=      -I${LOCALBASE}/include
25 LDFLAGS+=       -L${LOCALBASE}/lib
26
27 NO_STAGE=       yes
28 .include <bsd.port.mk>