blob: 2e7a6f423ce3c7151d8aadb59b7320d8ab024658 (
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
30
31
32
|
# New ports collection makefile for: PolicyKit-gnome
# Date Created: 20 January 2008
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/sysutils/policykit-gnome/Makefile,v 1.1 2008/01/21 01:20:30 marcus Exp $
#
PORTNAME= policykit
PORTVERSION= 0.7
CATEGORIES= sysutils gnome
MASTER_SITES= http://hal.freedesktop.org/releases/
DISTNAME= PolicyKit-gnome-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME frontend to the PolicKit framework
LIB_DEPENDS= polkit.2:${PORTSDIR}/sysutils/policykit \
sexy.2:${PORTSDIR}/x11-toolkits/libsexy
USE_BZIP2= yes
USE_GMAKE= yes
USE_GETTEXT= yes
USE_GNOME= gnomehack gnometarget gnomevfs2 intlhack
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-gtk-doc \
--localstatedir=/var
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>
|