cf4dfe44a5
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.
22 lines
556 B
Makefile
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"
|