aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes/adwaita-icon-theme/Makefile
blob: a2d716f66645e2758eb419ca8d8fd8379ffed57f (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
# Created by: Gustau Pérez i Querol <gustau.perez@gmail.com>
# $FreeBSD$

PORTNAME=   adwaita-icon-theme
PORTVERSION=    3.16.2.1
CATEGORIES= x11-themes gnome
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome3

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

INSTALLS_ICONS= yes
USES=       gettext-tools gmake pathfix pkgconfig tar:xz
USE_GNOME=  intltool gtk-update-icon-cache
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  ac_cv_path_GTK_ENCODE_SYMBOLIC_SVG="false"

post-install:
    @${RM} -rf ${STAGEDIR}${PREFIX}/lib/locale
    @${RM} -rf ${STAGEDIR}${PREFIX}/locale

.include <bsd.port.mk>