summaryrefslogtreecommitdiffstats
path: root/sysutils/polkit-gnome/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-06-30 05:14:07 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-06-30 05:14:07 +0800
commit6544b6a85e1e8ae06b0fccd804c6363eb5f42aa3 (patch)
treec7f5799deb0d51aa4371fb431e989b1d91005cd5 /sysutils/polkit-gnome/Makefile
parentba47f961f8b5ef6ce5a281fa573904e04f5f9dcc (diff)
downloadmarcuscom-ports-6544b6a85e1e8ae06b0fccd804c6363eb5f42aa3.tar
marcuscom-ports-6544b6a85e1e8ae06b0fccd804c6363eb5f42aa3.tar.gz
marcuscom-ports-6544b6a85e1e8ae06b0fccd804c6363eb5f42aa3.tar.bz2
marcuscom-ports-6544b6a85e1e8ae06b0fccd804c6363eb5f42aa3.tar.lz
marcuscom-ports-6544b6a85e1e8ae06b0fccd804c6363eb5f42aa3.tar.xz
marcuscom-ports-6544b6a85e1e8ae06b0fccd804c6363eb5f42aa3.tar.zst
marcuscom-ports-6544b6a85e1e8ae06b0fccd804c6363eb5f42aa3.zip
Bump all gir ports. Always nice to find out things break after you update it :)
Error message is: /usr/local/share/gir-1.0/Pango-1.0.gir: Incompatible version 1.0 (supported: 1.1) git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14282 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/polkit-gnome/Makefile')
-rw-r--r--sysutils/polkit-gnome/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/sysutils/polkit-gnome/Makefile b/sysutils/polkit-gnome/Makefile
new file mode 100644
index 000000000..1c135a352
--- /dev/null
+++ b/sysutils/polkit-gnome/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: polkit-gnome
+# Date Created: 30 Juli 2009
+# Whom: Koop Mast<kwm@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/sysutils/polkit-gnome/Makefile,v 1.10 2010/05/10 04:21:19 marcus Exp $
+#
+
+PORTNAME= polkit-gnome
+PORTVERSION= 0.96
+PORTREVISION= 5
+CATEGORIES= sysutils gnome
+MASTER_SITES= http://hal.freedesktop.org/releases/
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= GNOME frontend to the PolicKit framework
+
+LIB_DEPENDS= polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_GETTEXT= yes
+USE_GNOME= gnomehack gnomeprefix gtk20 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>