ece7e1aa42
Changes: https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/compare/40.0...42.0 PR: 271570 Approved by: maintainer timeout (4 months)
23 lines
577 B
Makefile
23 lines
577 B
Makefile
PORTNAME= adwaita-icon-theme
|
|
DISTVERSION= 42.0
|
|
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"
|
|
|
|
post-install:
|
|
@${RM} -r ${STAGEDIR}${PREFIX}/lib/locale
|
|
@${RM} -r ${STAGEDIR}${PREFIX}/locale
|
|
|
|
.include <bsd.port.mk>
|