summaryrefslogtreecommitdiffstats
path: root/x11-themes/gnome-icon-theme-symbolic/Makefile
blob: 4f3cc0bcdcd57a55759ee0196c3b5bd86d4f49b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Created by: gnome@freebsd.org
# $FreeBSD$
#   $MCom$

PORTNAME=   gnome-icon-theme-symbolic
PORTVERSION=    3.12.0
CATEGORIES= x11-themes gnome
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome3

MAINTAINER= gnome@FreeBSD.org
COMMENT=    GNOME Symbolic Icons

BUILD_DEPENDS=  icon-naming-utils>=0.8.7:${PORTSDIR}/x11-themes/icon-naming-utils

INSTALLS_ICONS= yes
USES=       gmake pathfix pkgconfig tar:xz
USE_GNOME=  gnomeprefix
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  ac_cv_path_GIT="" \
        ac_cv_path_INKSCAPE=""
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

post-patch:
    @${REINPLACE_CMD} -e 's|(GTK_UPDATE_ICON_CACHE) -q |(GTK_UPDATE_ICON_CACHE) -q -t -f |'g \
        ${WRKSRC}/Makefile.in

.include <bsd.port.mk>