mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Announcement: https://xfce.org/about/news/?post=1734220800 This release has experimental Wayland support, but not all components have been ported, YMMV. From upstream announcement: Important Notice: Please be aware that the Wayland support in Xfce 4.20 is experimental. It is recommended for advanced users only, as you may encounter bugs and experience incomplete functionality. Proceed with caution! Highlight of this commit: - Adding new port x11/libxfce4windowing - Changing some WWW links to XFCE project gitlab - Cleaned up Makefiles - Remove unneeded intltool dependencies - Added WAYLAND option where applicable, enabled by default Many thanks to Olivier Duchateau <duchateau.olivier@gmail.com> who provided a set of patches I started work from. PR: 283345
37 lines
876 B
Makefile
37 lines
876 B
Makefile
PORTNAME= xfce4-netload-plugin
|
|
PORTVERSION= 1.4.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils xfce
|
|
MASTER_SITES= XFCE/panel-plugins
|
|
DIST_SUBDIR= xfce4
|
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
|
COMMENT= Network Load plugin for Xfce4
|
|
WWW= https://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
|
|
|
|
USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
|
|
tar:bzip2 xfce
|
|
USE_GNOME= cairo gdkpixbuf2 gtk30 intltool
|
|
USE_XFCE= libmenu panel
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_USES= gettext-runtime
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's/ || defined \{0,1\}(__FreeBSD_kernel__)//' \
|
|
${WRKSRC}/panel-plugin/net.c \
|
|
${WRKSRC}/panel-plugin/net.h \
|
|
${WRKSRC}/panel-plugin/os.h
|
|
|
|
.include <bsd.port.mk>
|