freebsd-ports/x11-themes/gnome-icons-elementary/Makefile
Hiroki Tagato 19c12c68a4 Update to 5.3.0
PR:		246076
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
Approved by:	root@cooltrainer.org (maintainer timeout, >2 weeks),
		ehaupt (mentor)
Changelog:	https://github.com/elementary/icons/releases/tag/5.3.0
2020-05-16 10:16:44 +00:00

30 lines
526 B
Makefile

# Created by: Nicole Reid <root@cooltrainer.org>
# $FreeBSD$
PORTNAME= elementary
PORTVERSION= 5.3.0
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>