blob: f4d12e5b3f7edff37cf11f3bacbf191f375ce33a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $NetBSD: Makefile,v 1.17 2019/07/21 22:25:40 wiz Exp $
PKGREVISION= 2
.include "../../meta-pkgs/mate/Makefile.common"
DISTNAME= mate-polkit-${VERSION}
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"
|