blob: 748651fdacf2a62bf6aed68c28f7752c7f41869d (
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
|
# 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>
|