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.
32 lines
925 B
Makefile
32 lines
925 B
Makefile
# $NetBSD: Makefile,v 1.18 2005/08/20 19:16:22 jlam Exp $
|
|
|
|
.include "../../meta-pkgs/xfce4/Makefile.common"
|
|
|
|
DISTNAME= xfce4-panel-${XFCE4_VERSION}
|
|
PKGREVISION= 2
|
|
CATEGORIES= x11
|
|
COMMENT= XFce4 panel
|
|
|
|
PKGCONFIG_OVERRIDE= panel/xfce4-panel-1.0.pc.in
|
|
PTHREAD_AUTO_VARS= yes
|
|
|
|
USE_PKGINSTALL= yes
|
|
|
|
PKG_SYSCONFSUBDIR= xdg/xfce4/panel
|
|
EGDIR= ${XFCE4_EGBASE}/panel
|
|
CONF_FILES= ${EGDIR}/contents.xml ${PKG_SYSCONFDIR}/contents.xml
|
|
.for _l in ar az ca da eu fi fr he hu it ja ko lt ms nl ro ru sk tr vi zh_CN \
|
|
zh_TW
|
|
CONF_FILES+= ${EGDIR}/contents.xml.${_l} \
|
|
${PKG_SYSCONFDIR}/contents.xml.${_l}
|
|
.endfor
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE}
|
|
|
|
REQD_DIRS+= ${XFCE4_EGBASE} ${EGDIR}
|
|
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../x11/xfce4-mcs-plugins/buildlink3.mk"
|
|
.include "../../x11/startup-notification/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|