1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/x11-wm/xfce4-wm/Makefile
Baptiste Daroussin 2c672a4de9 INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
2021-10-10 21:44:42 +02:00

52 lines
1.2 KiB
Makefile

# Created by: James Earl <jdearl@telus.net>
PORTNAME= xfce4-wm
PORTVERSION= 4.16.1
CATEGORIES= x11-wm xfce
MASTER_SITES= XFCE
DISTNAME= xfwm4-${DISTVERSIONFULL}
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Xfce's window manager
LICENSE= GPLv2
LIB_DEPENDS= libepoxy.so:graphics/libepoxy
USES= compiler:c11 gettext-tools gmake gnome pkgconfig tar:bzip2 \
xfce xorg
USE_GNOME= cairo gtk30 intltool libwnck3
USE_XFCE= libmenu xfconf
USE_XORG= ice sm x11 xcomposite xdamage xext xfixes xi xinerama \
xorgproto xpresent xrandr xrender xres
CONFIGURE_ARGS= --enable-xsync \
--enable-render \
--enable-randr \
--enable-compositor \
--enable-xpresent \
--disable-kde-systray
GNU_CONFIGURE= yes
DATADIR= ${PREFIX}/share/xfwm4
PORTSCOUT= limitw:1,even
OPTIONS_DEFINE= NLS STARTUP
OPTIONS_DEFAULT= STARTUP
OPTIONS_SUB= yes
STARTUP_DESC= Startup notification
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext-runtime
STARTUP_CONFIGURE_ENABLE= startup-notification
STARTUP_LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification
post-patch:
@${REINPLACE_CMD} -e 's|Default|Greybird|' \
${WRKSRC}/settings-dialogs/xfwm4-settings.c
.include <bsd.port.mk>