blob: 6da06de1d6c8b80fd80a109d9bd43e4642f3514f (
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
31
32
33
34
35
36
37
38
39
40
41
|
# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= greybird
PORTVERSION= 3.22.12
DISTVERSIONPREFIX= v
CATEGORIES= x11-themes xfce
PKGNAMESUFFIX= -theme
MAINTAINER= xfce@FreeBSD.org
COMMENT= Gtk and xfwm4 themes for the Xfce Desktop
LICENSE= GPLv2 CC-BY-SA-3.0
LICENSE_COMB= dual
BUILD_DEPENDS= sassc:textproc/sassc
RUN_DEPENDS= gtk-murrine-engine>=0.98.1:x11-themes/gtk-murrine-engine
USES= gnome meson pkgconfig python:3.5+,build
USE_GNOME= gdkpixbuf2:build glib20:build librsvg2:build
PORTSCOUT= limit:^3\.22\.
GH_ACCOUNT= shimmerproject
GH_PROJECT= Greybird
USE_GITHUB= yes
NO_BUILD= yes
NO_ARCH= yes
OPTIONS_DEFINE= NOTIFYD
OPTIONS_DEFAULT= NOTIFYD
OPTIONS_SUB= yes
NOTIFYD_DESC= Install xfce4-notifyd theme
post-patch-NOTIFYD-off:
${REINPLACE_CMD} -e 's|install_data(xfce_notify_|#install_data(xfce_notify_|g' \
${WRKSRC}/light/meson.build
.include <bsd.port.mk>
|