diff options
Diffstat (limited to 'print/cups-pk-helper/Makefile')
-rw-r--r-- | print/cups-pk-helper/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/print/cups-pk-helper/Makefile b/print/cups-pk-helper/Makefile new file mode 100644 index 000000000..8e413b3e4 --- /dev/null +++ b/print/cups-pk-helper/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: cups-pk-helper +# Date created: 2009-12-29 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ + +PORTNAME= cups-pk-helper +PORTVERSION= 0.0.4 +CATEGORIES= print +MASTER_SITES= http://www.vuntz.net/download/cups-pk-helper/ + +MAINTAINER= ahze@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 +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/libs" + +.include <bsd.port.mk> |