freebsd-ports/print/cups-pk-helper/Makefile

25 lines
657 B
Makefile
Raw Normal View History

2013-09-02 23:04:00 +02:00
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/print/cups-pk-helper/Makefile,v 1.1 2009/12/29 16:01:07 ahze Exp $
PORTNAME= cups-pk-helper
2018-04-02 20:29:33 +02:00
PORTVERSION= 0.2.6
CATEGORIES= print
2010-05-12 11:31:45 +02:00
MASTER_SITES= http://www.freedesktop.org/software/${PORTNAME}/releases/
MAINTAINER= gnome@FreeBSD.org
2013-09-12 21:42:03 +02:00
COMMENT= Helper that makes system-config-printer use PolicyKit
2018-04-02 20:29:33 +02:00
LICENSE= GPLv2
LIB_DEPENDS= libcups.so:print/cups \
libpolkit-gobject-1.so:sysutils/polkit
USE_GNOME= glib20 intltool
2018-04-02 20:29:33 +02:00
USES= cpe gettext localbase gmake pkgconfig tar:xz
CPE_VENDOR= cups-pk-helper_project
GNU_CONFIGURE= yes
2014-04-26 01:09:16 +02:00
INSTALL_TARGET= install-strip
.include <bsd.port.mk>