blob: 4f4b3324f86efdc30e8ebc70e22340f2af8b30af (
plain) (
blame)
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
|
PORTNAME= xfce4-generic-slider
PORTVERSION= 1.1.0
PORTEPOCH= 1
CATEGORIES= deskutils xfce
MASTER_SITES= XFCE/panel-plugins
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Slider plugin to adjust and/or monitor any numeric variable
WWW= https://docs.xfce.org/panel-plugins/xfce4-generic-slider/start
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
USES= compiler:c11 gettext gnome meson pkgconfig tar:xz xfce
USE_GNOME= gtk30
USE_XFCE= libmenu panel
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext-runtime
post-patch-NLS-off:
@${REINPLACE_CMD} -e "/^subdir('po')/d" ${WRKSRC}/meson.build
.include <bsd.port.mk>
|