2013-09-03 00:23:53 +02:00
|
|
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
2008-03-24 04:52:36 +01:00
|
|
|
# $FreeBSD$
|
2009-01-10 06:22:13 +01:00
|
|
|
# $MCom: ports/sysutils/policykit-gnome/Makefile,v 1.6 2008/10/03 17:19:43 marcus Exp $
|
2008-03-24 04:52:36 +01:00
|
|
|
|
|
|
|
PORTNAME= policykit-gnome
|
2009-01-10 06:22:13 +01:00
|
|
|
PORTVERSION= 0.9.2
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 6
|
2008-03-24 04:52:36 +01:00
|
|
|
CATEGORIES= sysutils gnome
|
|
|
|
MASTER_SITES= http://hal.freedesktop.org/releases/
|
|
|
|
DISTNAME= PolicyKit-gnome-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2012-08-02 11:02:43 +02:00
|
|
|
COMMENT= GNOME frontend to the PolicyKit framework
|
2008-03-24 04:52:36 +01:00
|
|
|
|
2009-01-10 06:22:13 +01:00
|
|
|
LIB_DEPENDS= polkit.2:${PORTSDIR}/sysutils/policykit
|
2008-03-24 04:52:36 +01:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
2013-09-03 00:23:53 +02:00
|
|
|
USES= gettext pkgconfig
|
2011-08-11 21:20:17 +02:00
|
|
|
USE_GNOME= gnomehack intlhack gnomedocutils gconf2
|
2008-03-24 04:52:36 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
CONFIGURE_ARGS= --disable-gtk-doc \
|
|
|
|
--localstatedir=/var
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2008-03-24 04:52:36 +01:00
|
|
|
|
2008-07-24 03:52:30 +02:00
|
|
|
GCONF_SCHEMAS= polkit-gnome.schemas
|
|
|
|
|
2013-09-21 01:05:58 +02:00
|
|
|
NO_STAGE= yes
|
2008-03-24 04:52:36 +01:00
|
|
|
.include <bsd.port.mk>
|