diff options
Diffstat (limited to 'print/cups-pk-helper')
-rw-r--r-- | print/cups-pk-helper/Makefile | 28 | ||||
-rw-r--r-- | print/cups-pk-helper/distinfo | 2 | ||||
-rw-r--r-- | print/cups-pk-helper/pkg-descr | 4 | ||||
-rw-r--r-- | print/cups-pk-helper/pkg-plist | 12 |
4 files changed, 46 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> diff --git a/print/cups-pk-helper/distinfo b/print/cups-pk-helper/distinfo new file mode 100644 index 000000000..63a38f3eb --- /dev/null +++ b/print/cups-pk-helper/distinfo @@ -0,0 +1,2 @@ +SHA256 (cups-pk-helper-0.1.2.tar.bz2) = ccc5f35c5232b83c16929431b352775dd4c63cb92759ec45a525edb6fcb805df +SIZE (cups-pk-helper-0.1.2.tar.bz2) = 273847 diff --git a/print/cups-pk-helper/pkg-descr b/print/cups-pk-helper/pkg-descr new file mode 100644 index 000000000..7af6a7c45 --- /dev/null +++ b/print/cups-pk-helper/pkg-descr @@ -0,0 +1,4 @@ +Cups-pk-helper is an application which makes cups configuration interfaces +available under control of PolicyKit. + +WWW: http://www.freedesktop.org/software/cups-pk-helper diff --git a/print/cups-pk-helper/pkg-plist b/print/cups-pk-helper/pkg-plist new file mode 100644 index 000000000..fe506cf1d --- /dev/null +++ b/print/cups-pk-helper/pkg-plist @@ -0,0 +1,12 @@ +etc/dbus-1/system.d/org.opensuse.CupsPkHelper.Mechanism.conf +libexec/cups-pk-helper-mechanism +share/dbus-1/system-services/org.opensuse.CupsPkHelper.Mechanism.service +share/locale/cs/LC_MESSAGES/cups-pk-helper.mo +share/locale/de/LC_MESSAGES/cups-pk-helper.mo +share/locale/fr/LC_MESSAGES/cups-pk-helper.mo +share/locale/hu/LC_MESSAGES/cups-pk-helper.mo +share/locale/it/LC_MESSAGES/cups-pk-helper.mo +share/locale/pl/LC_MESSAGES/cups-pk-helper.mo +share/locale/tr/LC_MESSAGES/cups-pk-helper.mo +share/locale/uk/LC_MESSAGES/cups-pk-helper.mo +share/polkit-1/actions/org.opensuse.cupspkhelper.mechanism.policy |