pkgsrc/security/mate-polkit/Makefile
gutteridge d5099a16be mate-polkit: tweak $DISTNAME
Prepare to bump the default $VERSION in meta-pkg/mate to 1.22.2 (now
the most common version amongst the packages and the effective release
we're at).
2020-01-02 22:47:56 +00:00

24 lines
778 B
Makefile

# $NetBSD: Makefile,v 1.18 2020/01/02 22:47:56 gutteridge Exp $
PKGREVISION= 2
.include "../../meta-pkgs/mate/Makefile.common"
DISTNAME= mate-polkit-${VERSION:R}.0
CATEGORIES= security
COMMENT= MATE desktop environment Authentication Agent for PolicyKit
LICENSE= gnu-lgpl-v2
PKGCONFIG_OVERRIDE+= polkitgtkmate/polkit-gtk-mate-1.pc.in
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
INSTALL_MAKE_FLAGS+= sysconfdir=${PREFIX}/share/examples/${PKGBASE}
MAKE_DIRS+= ${PKG_SYSCONFDIR}/xdg/autostart
CONF_FILES+= share/examples/mate-polkit/xdg/autostart/polkit-mate-authentication-agent-1.desktop \
${PKG_SYSCONFDIR}/xdg/autostart/polkit-mate-authentication-agent-1.desktop
.include "options.mk"
.include "../../security/polkit/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"