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

40 lines
903 B
Makefile
Raw Normal View History

2012-12-03 10:52:12 -05:00
# $OpenBSD: Makefile,v 1.9 2012/12/03 15:52:12 ajacoutot Exp $
COMMENT= fine-grained privileges PolicyKit helper for CUPS
2012-12-03 10:52:12 -05:00
DISTNAME= cups-pk-helper-0.2.4
2012-03-28 05:07:51 -04:00
EXTRACT_SUFX= .tar.xz
CATEGORIES= print sysutils
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
2012-12-03 10:34:42 -05:00
HOMEPAGE= http://www.freedesktop.org/wiki/Software/cups-pk-helper
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2012-03-28 05:07:51 -04:00
WANTLIB += c cups gio-2.0 glib-2.0 gobject-2.0 polkit-gobject-1
WANTLIB += pthread
MASTER_SITES= http://www.freedesktop.org/software/cups-pk-helper/releases/
MODULES= devel/gettext \
textproc/intltool
LIB_DEPENDS= sysutils/polkit \
2012-08-04 10:39:22 -04:00
print/cups,-libs
USE_GMAKE= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/cups-pk-helper
.include <bsd.port.mk>