2019-04-25 09:32:34 +02:00
|
|
|
# $NetBSD: Makefile,v 1.16 2019/04/25 07:33:16 maya Exp $
|
2016-05-21 21:12:27 +02:00
|
|
|
|
2019-04-25 09:32:34 +02:00
|
|
|
PKGREVISION= 1
|
2016-05-21 21:12:27 +02:00
|
|
|
.include "../../meta-pkgs/mate/Makefile.common"
|
|
|
|
|
2018-05-14 15:09:39 +02:00
|
|
|
DISTNAME= mate-polkit-${VERSION}
|
2016-05-21 21:12:27 +02:00
|
|
|
CATEGORIES= security
|
|
|
|
|
|
|
|
COMMENT= MATE desktop environment Authentication Agent for PolicyKit
|
2018-01-03 02:04:54 +01:00
|
|
|
LICENSE= gnu-lgpl-v2
|
2016-05-21 21:12:27 +02:00
|
|
|
|
|
|
|
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"
|