mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
2c672a4de9
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)
46 lines
966 B
Makefile
46 lines
966 B
Makefile
# Created by: James Earl <jdearl@telus.net>
|
|
|
|
PORTNAME= xfce4-desktop
|
|
PORTVERSION= 4.16.0
|
|
CATEGORIES= x11-wm xfce
|
|
MASTER_SITES= XFCE
|
|
DISTNAME= xfdesktop-${DISTVERSIONFULL}
|
|
DIST_SUBDIR= xfce4
|
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
|
COMMENT= Xfce's desktop manager
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libnotify.so:devel/libnotify
|
|
|
|
USES= compiler:c11 gettext-tools gmake gnome pkgconfig tar:bzip2 \
|
|
xfce xorg
|
|
USE_GNOME= cairo glib20 gtk30 intltool libwnck3
|
|
USE_XFCE= garcon libexo
|
|
USE_XORG= ice sm x11
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
CONFIGURE_ARGS= --enable-gio-unix \
|
|
--enable-notifications
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
OPTIONS_DEFINE= NLS THUNAR
|
|
OPTIONS_DEFAULT= THUNAR
|
|
OPTIONS_SUB= yes
|
|
|
|
THUNAR_DESC= Thunar file manager support
|
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
NLS_USES= gettext-runtime
|
|
|
|
THUNAR_CONFIGURE_ENABLE= thunarx
|
|
THUNAR_CONFIGURE_WITH= file-manager-fallback=Thunar
|
|
THUNAR_USE= xfce=thunar
|
|
|
|
.include <bsd.port.mk>
|