aboutsummaryrefslogtreecommitdiff
path: root/sysutils/policykit-gnome/Makefile
blob: 96453a32b12313eb89068224a007ecea8f4cb388 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
#   $MCom: ports/sysutils/policykit-gnome/Makefile,v 1.6 2008/10/03 17:19:43 marcus Exp $

PORTNAME=	policykit-gnome
PORTVERSION=	0.9.2
PORTREVISION=	9
CATEGORIES=	sysutils gnome
MASTER_SITES=	http://hal.freedesktop.org/releases/
DISTNAME=	PolicyKit-gnome-${PORTVERSION}

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	GNOME frontend to the PolicyKit framework

LIB_DEPENDS=	libpolkit.so:sysutils/policykit

USES=		gettext gmake gnome libtool:keepla pathfix pkgconfig tar:bzip2
USE_GNOME=	gconf2 intlhack
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
CONFIGURE_ARGS=	--disable-gtk-doc \
		--localstatedir=/var
CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib
INSTALL_TARGET=	install-strip

GCONF_SCHEMAS=	polkit-gnome.schemas

.include <bsd.port.mk>