pkgsrc/security/policykit-gnome/Makefile
jmcneill a7c1c8c890 Import policykit-gnome version 0.9.2.
PolicyKit is an application-level toolkit for defining and handling the
policy that allows unprivileged processes to speak to privileged processes:
It is a framework for centralizing the decision making process with respect
to granting access to privileged operations for unprivileged applications.
PolicyKit is specifically targeting applications in rich desktop environments
on multi-user UNIX-like operating systems. It does not imply or rely on any
exotic kernel features.

This package provides a D-Bus session bus service for bringing up
authentication dialogs used for obtaining privileges.
2008-11-22 03:34:55 +00:00

33 lines
960 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/11/22 03:34:55 jmcneill Exp $
#
POLICYKIT_GNOME_VER= 0.9.2
DISTNAME= PolicyKit-gnome-${POLICYKIT_GNOME_VER}
PKGNAME= policykit-gnome-${POLICYKIT_GNOME_VER}
CATEGORIES= security
MASTER_SITES= http://hal.freedesktop.org/releases/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jmcneill@NetBSD.org
HOMEPAGE= http://hal.freedesktop.org/
COMMENT= GNOME dialogs for PolicyKit
BUILD_DEFS+= VARBASE
GNU_CONFIGURE= YES
USE_DIRS+= gnome2-1.5
USE_PKGLOCALEDIR= YES
USE_TOOLS+= gmake intltool msgfmt perl pkg-config
USE_LIBTOOL= YES
GCONF_SCHEMAS= polkit-gnome.schemas
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
.include "../../devel/GConf/schemas.mk"
.include "../../security/policykit/buildlink3.mk"
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
.include "../../textproc/gtk-doc/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"