pkgsrc/x11/xfce4-session/Makefile
gutteridge 8318faef6a xfce4-session: fix compilation on !Linux !*BSD
More work would be required should someone want suspension or
hibernation to function in this case, this is simply a build fix.
2020-03-01 19:47:22 +00:00

56 lines
1.7 KiB
Makefile

# $NetBSD: Makefile,v 1.81 2020/03/01 19:47:22 gutteridge Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
DISTNAME= xfce4-session-4.14.1
PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES+= https://archive.xfce.org/src/xfce/xfce4-session/4.14/
HOMEPAGE= https://docs.xfce.org/xfce/xfce4-session/start
COMMENT= Xfce session manager
PKGCONFIG_OVERRIDE+= libxfsm/xfce4-session-2.0.pc.in
BUILD_DEFS+= PKG_SYSCONFBASE
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE}
CONFIGURE_ARGS+= ICEAUTH=${TOOLS_PATH.iceauth}
USE_TOOLS+= iceauth:run
SUBST_CLASSES+= xflock4
SUBST_STAGE.xflock4= pre-build
SUBST_MESSAGE.xflock4= Updating path in xflock4
SUBST_FILES.xflock4= scripts/xflock4
SUBST_SED.xflock4= -e 's,/bin:/usr/bin,${PREFIX}/bin,g'
EGDIR= ${XFCE4_EGBASE}
PKG_SYSCONFSUBDIR= xdg
MAKE_DIRS+= ${PKG_SYSCONFDIR} ${PKG_SYSCONFDIR}/autostart
MAKE_DIRS+= ${EGDIR} ${EGDIR}/autostart ${EGDIR}/xfconf
MAKE_DIRS+= ${EGDIR}/xfconf/xfce-perchannel-xml
CONF_FILES= ${EGDIR}/autostart/xscreensaver.desktop \
${PKG_SYSCONFDIR}/autostart/xscreensaver.desktop \
${EGDIR}/xfconf/xfce-perchannel-xml/xfce4-session.xml \
${PKG_SYSCONFDIR}/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml \
${EGDIR}/Xft.xrdb \
${PKG_SYSCONFDIR}/xfce4/Xft.xrdb \
${EGDIR}/xinitrc \
${PKG_SYSCONFDIR}/xfce4/xinitrc
.if ${OPSYS} == Darwin
.include "../../sysutils/consolekit/buildlink3.mk"
.endif
.include "options.mk"
.include "../../devel/libglade/buildlink3.mk"
.include "../../devel/libwnck3/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/libxfce4ui/buildlink3.mk"
.include "../../x11/xscreensaver/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"