openbsd-ports/sysutils/policykit/Makefile
ajacoutot 25245b05c2 Add a default policy which allows root full control, and those in the
wheel group to authenticate for services using their password.

from FreeBSD
2009-06-07 08:30:31 +00:00

49 lines
1005 B
Makefile

# $OpenBSD: Makefile,v 1.3 2009/06/07 08:30:31 ajacoutot Exp $
COMMENT= authorization framework
DISTNAME= PolicyKit-0.9
PKGNAME= ${DISTNAME:L}p1
CATEGORIES= sysutils security
SHARED_LIBS+= polkit-dbus 0.0 \
polkit-grant 0.0 \
polkit 0.0
HOMEPAGE= http://www.freedesktop.org/wiki/Software/PolicyKit
# GPLv2+
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
WANTLIB= c
MASTER_SITES= http://hal.freedesktop.org/releases/
MODULES= textproc/intltool \
devel/gettext
BUILD_DEPENDS= ::textproc/gtk-doc
AUTOCONF_VERSION= 2.62
CONFIGURE_STYLE= autoconf
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--enable-man-pages \
--enable-gtk-doc \
--with-authfw=bsdauth \
--with-os-type=openbsd \
--enable-man-pages \
--disable-selinux
USE_GMAKE= Yes
USE_LIBTOOL= Yes
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/policykit
.include <bsd.port.mk>