summaryrefslogtreecommitdiff
path: root/x11-themes/gnome-icons-elementary/Makefile
blob: 8f3ed1ffe1d5424dfe37a779ac0cbe4153bdd0b9 (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
27
28
29
30
# 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>