998c2601fe
This is for PR #40984. This is based on work from dieter roelants. Thank you Dieter. Also I had done some work independently on this. Hopefully, I am getting this all committed at one time. The changelogs are at http://www.xfce.org/documentation/changelogs/4.6.1 http://www.xfce.org/documentation/changelogs/4.6.0 Also don't need the xfce4-dev-tools for building. (It is only needed when building from SVN source.)
46 lines
1.7 KiB
Makefile
46 lines
1.7 KiB
Makefile
# $NetBSD: Makefile,v 1.26 2009/09/16 01:15:35 reed Exp $
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../meta-pkgs/xfce4/Makefile.common"
|
|
|
|
DISTNAME= xfce4-session-${XFCE4_VERSION}
|
|
CATEGORIES= x11
|
|
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
|
|
|
|
EGDIR= ${XFCE4_EGBASE}
|
|
PKG_SYSCONFSUBDIR= xdg
|
|
|
|
MAKE_DIRS+= ${PKG_SYSCONFDIR} ${PKG_SYSCONFDIR}/autostart
|
|
MAKE_DIRS+= ${PREFIX}/include/xfce4 ${PREFIX}/lib/xfce4
|
|
MAKE_DIRS+= ${EGDIR} ${EGDIR}/autostart ${EGDIR}/xfconf
|
|
MAKE_DIRS+= ${EGDIR}/xfconf/xfce-perchannel-xml
|
|
MAKE_DIRS+= ${EGDIR}/share/themes/Default
|
|
MAKE_DIRS+= ${PREFIX}/share/xfce4 ${PREFIX}/share/xfce4/doc
|
|
MAKE_DIRS+= ${PREFIX}/share/xfce4/doc/C ${PREFIX}/share/xfce4/doc/C/images
|
|
MAKE_DIRS+= ${PREFIX}/share/xfce4/doc/fr ${PREFIX}/share/xfce4/doc/fr/images
|
|
|
|
CONF_FILES= ${EGDIR}/xfconf/xfce-perchannel-xml/xfce4-session.xml \
|
|
${PKG_SYSCONFDIR}/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
|
|
CONF_FILES+= ${EGDIR}/autostart/xfce4-tips-autostart.desktop \
|
|
${PKG_SYSCONFDIR}/autostart/xfce4-tips-autostart.desktop
|
|
|
|
.include "../../devel/libglade/buildlink3.mk"
|
|
.include "../../devel/libwnck/buildlink3.mk"
|
|
.include "../../devel/xfconf/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../sysutils/dbus/buildlink3.mk"
|
|
.include "../../sysutils/dbus-glib/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../x11/libxfce4gui/buildlink3.mk"
|
|
.include "../../x11/libxfce4util/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|