summaryrefslogtreecommitdiff
path: root/x11-themes/adwaita-icon-theme/Makefile
blob: 6297c4ab9ef8ae96b3f5441a14c4ea9960d47bf3 (plain)
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
# Created by: Gustau Pérez i Querol <gustau.perez@gmail.com>

PORTNAME=	adwaita-icon-theme
DISTVERSION=	40.1.1
CATEGORIES=	x11-themes gnome
MASTER_SITES=	GNOME/sources/${PORTNAME}/${DISTVERSION:R:R}
DIST_SUBDIR=	gnome

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

LICENSE=	LGPL3 CC-BY-SA-3.0
LICENSE_COMB=	dual

NO_ARCH=	yes
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} -r ${STAGEDIR}${PREFIX}/lib/locale
	@${RM} -r ${STAGEDIR}${PREFIX}/locale

.include <bsd.port.mk>