Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / x11 / xfce4-session / Makefile
blobc01c9cd8695634264ad01bb208f0028d72c32f54
1 # $NetBSD: Makefile,v 1.41 2012/10/29 05:07:09 asau Exp $
3 .include "../../meta-pkgs/xfce4/Makefile.common"
5 DISTNAME= xfce4-session-${XFCE4_VERSION}
6 PKGREVISION= 15
7 CATEGORIES= x11
8 COMMENT= Xfce session manager
10 PKGCONFIG_OVERRIDE+= libxfsm/xfce4-session-2.0.pc.in
12 BUILD_DEFS+= PKG_SYSCONFBASE
14 CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE}
15 CONFIGURE_ARGS+= ICEAUTH=${TOOLS_PATH.iceauth}
17 USE_TOOLS+= iceauth:run
19 EGDIR= ${XFCE4_EGBASE}
20 PKG_SYSCONFSUBDIR= xdg
22 MAKE_DIRS+= ${PKG_SYSCONFDIR} ${PKG_SYSCONFDIR}/autostart
23 MAKE_DIRS+= ${PREFIX}/include/xfce4 ${PREFIX}/lib/xfce4
24 MAKE_DIRS+= ${EGDIR} ${EGDIR}/autostart ${EGDIR}/xfconf
25 MAKE_DIRS+= ${EGDIR}/xfconf/xfce-perchannel-xml
26 MAKE_DIRS+= ${EGDIR}/share/themes/Default
27 MAKE_DIRS+= ${PREFIX}/share/xfce4 ${PREFIX}/share/xfce4/doc
28 MAKE_DIRS+= ${PREFIX}/share/xfce4/doc/C ${PREFIX}/share/xfce4/doc/C/images
29 MAKE_DIRS+= ${PREFIX}/share/xfce4/doc/fr ${PREFIX}/share/xfce4/doc/fr/images
31 CONF_FILES= ${EGDIR}/xfconf/xfce-perchannel-xml/xfce4-session.xml \
32 ${PKG_SYSCONFDIR}/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
33 CONF_FILES+= ${EGDIR}/autostart/xfce4-tips-autostart.desktop \
34 ${PKG_SYSCONFDIR}/autostart/xfce4-tips-autostart.desktop
36 .include "../../devel/libglade/buildlink3.mk"
37 .include "../../devel/libwnck/buildlink3.mk"
38 .include "../../devel/xfconf/buildlink3.mk"
39 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
40 .include "../../sysutils/dbus/buildlink3.mk"
41 .include "../../sysutils/dbus-glib/buildlink3.mk"
42 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
43 .include "../../x11/libxfce4gui/buildlink3.mk"
44 .include "../../x11/libxfce4util/buildlink3.mk"
45 .include "../../mk/bsd.pkg.mk"