summaryrefslogtreecommitdiffstats
path: root/print/cups-pk-helper/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-06-05 09:04:00 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-06-05 09:04:00 +0800
commitfeb9b2969066a659f7c035b9a065b62d9704b0e4 (patch)
treee9edeec3409e803cf9647f9950cbfcf39ed714b1 /print/cups-pk-helper/Makefile
parent5c7158d93072876bf19dee03839b000a4095e1a6 (diff)
downloadmarcuscom-ports-feb9b2969066a659f7c035b9a065b62d9704b0e4.tar.gz
marcuscom-ports-feb9b2969066a659f7c035b9a065b62d9704b0e4.tar.zst
marcuscom-ports-feb9b2969066a659f7c035b9a065b62d9704b0e4.zip
Update to 0.1.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16031 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'print/cups-pk-helper/Makefile')
-rw-r--r--print/cups-pk-helper/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/print/cups-pk-helper/Makefile b/print/cups-pk-helper/Makefile
new file mode 100644
index 000000000..ba288f7cc
--- /dev/null
+++ b/print/cups-pk-helper/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: cups-pk-helper
+# Date created: 2009-12-29
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD: ports/print/cups-pk-helper/Makefile,v 1.5 2010/07/25 23:03:46 linimon Exp $
+# $MCom: ports/print/cups-pk-helper/Makefile,v 1.1 2009/12/29 16:01:07 ahze Exp $
+
+PORTNAME= cups-pk-helper
+PORTVERSION= 0.1.2
+CATEGORIES= print
+MASTER_SITES= http://www.freedesktop.org/software/${PORTNAME}/releases/
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A helper that makes system-config-printer use PolicyKit
+
+LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
+ cups.2:${PORTSDIR}/print/cups-client \
+ polkit.2:${PORTSDIR}/sysutils/policykit
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_GNOME= gnomehack intlhack glib20
+USE_GETTEXT= yes
+GNU_CONFIGURE= yes
+CPPFLAGS= "-I${LOCALBASE}/include"
+CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/libs"
+
+.include <bsd.port.mk>