[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / security / mate-polkit

Annotation of pkgsrc/security/mate-polkit/Makefile, Revision 1.4

1.4     ! wiz         1: # $NetBSD: Makefile,v 1.3 2016/08/03 10:22:18 adam Exp $
1.1       youri       2:
                      3: .include "../../meta-pkgs/mate/Makefile.common"
                      4:
                      5: DISTNAME=      mate-polkit-${MATE_VERSION}
1.4     ! wiz         6: PKGREVISION=   3
1.1       youri       7: CATEGORIES=    security
                      8:
                      9: COMMENT=       MATE desktop environment Authentication Agent for PolicyKit
                     10:
                     11: PKGCONFIG_OVERRIDE+=   polkitgtkmate/polkit-gtk-mate-1.pc.in
                     12:
                     13: CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
                     14: INSTALL_MAKE_FLAGS+=   sysconfdir=${PREFIX}/share/examples/${PKGBASE}
                     15:
                     16: MAKE_DIRS+=    ${PKG_SYSCONFDIR}/xdg/autostart
                     17: CONF_FILES+=   share/examples/mate-polkit/xdg/autostart/polkit-mate-authentication-agent-1.desktop \
                     18:                ${PKG_SYSCONFDIR}/xdg/autostart/polkit-mate-authentication-agent-1.desktop
                     19:
                     20: .include "options.mk"
                     21:
                     22: .include "../../security/polkit/buildlink3.mk"
                     23: .include "../../x11/gtk2/buildlink3.mk"
                     24: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>