pkgsrc/x11/xfce4-session/Makefile
jlam cf4dfe44a5 Use REQD_DIRS instead of MAKE_DIRS for directories under ${PREFIX} so
that these directories will be conditionally removed (based on reference
counts), regardless of the value of PKG_CONFIG.  Bump the PKGREVISION
for packages that were modified as a result.
2005-08-20 19:16:21 +00:00

22 lines
556 B
Makefile

# $NetBSD: Makefile,v 1.4 2005/08/20 19:16:22 jlam Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
DISTNAME= xfce4-session-${XFCE4_VERSION}
PKGREVISION= 3
CATEGORIES= x11
COMMENT= XFce4 session manager
USE_PKGINSTALL= yes
PKG_SYSCONFSUBDIR= xdg/xfce4-session
EGDIR= ${XFCE4_EGBASE}/session
CONF_FILES= ${EGDIR}/xfce4-session.rc \
${PKG_SYSCONFDIR}/xfce4-session.rc
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE}
REQD_DIRS+= ${XFCE4_EGBASE} ${EGDIR}
.include "../../x11/xfce4-mcs-plugins/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"