aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/adwaita-icon-theme/Makefile
blob: b825dbe7e602103e5b34febaf329e3c8b908de23 (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.18.0
CATEGORIES=	x11-themes gnome
MASTER_SITES=	GNOME
DIST_SUBDIR=	gnome3

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

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

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

.include <bsd.port.mk>