summaryrefslogtreecommitdiffstats
path: root/print/cups-pk-helper/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/cups-pk-helper/Makefile')
-rw-r--r--print/cups-pk-helper/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/print/cups-pk-helper/Makefile b/print/cups-pk-helper/Makefile
deleted file mode 100644
index 3c1906eae..000000000
--- a/print/cups-pk-helper/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Created by: Michael Johnson <ahze@FreeBSD.org>
-# $FreeBSD$
-# $MCom: ports/trunk/print/cups-pk-helper/Makefile 18610 2013-06-30 16:33:05Z marcus $
-
-PORTNAME= cups-pk-helper
-PORTVERSION= 0.2.0
-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:${PORTSDIR}/devel/dbus-glib \
- cups:${PORTSDIR}/print/cups-client \
- polkit-gobject-1:${PORTSDIR}/sysutils/polkit
-
-USE_BZIP2= yes
-USE_GNOME= intlhack glib20
-USES= gettext gmake pathfix pkgconfig
-GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/libs
-
-.include <bsd.port.mk>