1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/x11-wm/xfce4-wm/Makefile
Martin Wilke 449c32fa98 - Update to 4.12.4
- Sort USES
- Adjust dependencies (reported by QA script)

PR:		218108
Submitted by:	duchateau.olivier@gmail.com
2017-04-28 13:36:01 +00:00

48 lines
1.2 KiB
Makefile

# Created by: James Earl <jdearl@telus.net>
# $FreeBSD$
PORTNAME= xfce4-wm
PORTVERSION= 4.12.4
CATEGORIES= x11-wm xfce
MASTER_SITES= XFCE/src/xfce/xfwm4/${PORTVERSION:R}
DISTNAME= xfwm4-${PORTVERSION}
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Xfce's window manager
LICENSE= GPLv2
LIB_DEPENDS= libdbus-1.so:devel/dbus \
libdbus-glib-1.so:devel/dbus-glib \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
CONFIGURE_ARGS= --enable-xsync \
--enable-render \
--enable-randr \
--enable-compositor \
--disable-kde-systray
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
USES= gettext-tools gmake pkgconfig tar:bzip2 xfce
USE_GNOME= gtk20 intltool libwnck cairo
USE_LDCONFIG= yes
USE_XFCE= libmenu
USE_XORG= ice sm x11 xcomposite xdamage xext xfixes xrandr xrender
DATADIR= ${PREFIX}/share/xfwm4
OPTIONS_DEFINE= DRM NLS STARTUP
OPTIONS_DEFAULT= STARTUP
DRM_DESC= Direct Rendering Module service
STARTUP_DESC= Startup notification
DRM_LIB_DEPENDS= libdrm.so:graphics/libdrm
DRM_CONFIGURE_ENABLE= libdrm
NLS_USES= gettext-runtime
NLS_CONFIGURE_ENABLE= nls
STARTUP_LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification
STARTUP_CONFIGURE_ENABLE= startup-notification
OPTIONS_SUB= yes
.include <bsd.port.mk>