blob: 77b0f60a7aba944dfa22a5702c8305a1480924f1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
# $MCom$
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_GMAKE= yes
USE_GNOME= intlhack glib20
USES= gettext pathfix pkgconfig
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/libs
.include <bsd.port.mk>
|