blob: b806aa6e0d27fc0cdcde9af2c6a5c6a1960dc885 (
plain)
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} -r ${STAGEDIR}${PREFIX}/lib/locale
@${RM} -r ${STAGEDIR}${PREFIX}/locale
.include <bsd.port.mk>
|