freebsd-ports/x11-themes/gnome-icons-elementary/Makefile
Tobias C. Berner 9e0e8d17a4 Prefer graphics/ligvrsvg2-rust over graphics/librsvg2
- switch to the more modern version of librsvg2 on architectures
  supporting rust
- this will fix some graphical issues on these architectures

PR:		250276
Exp-run by:	antoine
Submitted by:	tobik
Differential Revision:	https://reviews.freebsd.org/D18878
2020-11-09 17:08:12 +00:00

31 lines
542 B
Makefile

# Created by: Nicole Reid <root@cooltrainer.org>
# $FreeBSD$
PORTNAME= elementary
PORTVERSION= 5.3.0
PORTREVISION= 1
CATEGORIES= x11-themes gnome
PKGNAMEPREFIX= gnome-icons-
MAINTAINER= root@cooltrainer.org
COMMENT= Elementary icon set
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= xcursorgen:x11/xcursorgen
USES= gettext gnome meson python:3.5+,build
USE_GITHUB= yes
GH_PROJECT= icons
USE_GNOME= librsvg2
INSTALLS_ICONS= yes
NO_ARCH= yes
MESON_ARGS= -Dpalettes=false \
-Dvolume_icons=false
.include <bsd.port.mk>