mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
d45fbf3040
Approved by: portmgr (implicit)
33 lines
651 B
Makefile
33 lines
651 B
Makefile
# Created by: Bernhard Froehlich <decke@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cloudprint
|
|
PORTVERSION= 0.11.20140216
|
|
CATEGORIES= print
|
|
|
|
MAINTAINER= decke@FreeBSD.org
|
|
COMMENT= Google Cloud Print proxy for local CUPS printers
|
|
|
|
LICENSE= GPLv3
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cups.so:${PORTSDIR}/print/py-cups \
|
|
${PYTHON_PKGNAMEPREFIX}daemon>0:${PORTSDIR}/devel/py-daemon
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= armooo
|
|
GH_TAGNAME= ${GH_COMMIT}
|
|
GH_COMMIT= d55435a
|
|
|
|
USES= python:2
|
|
USE_PYTHON= distutils
|
|
USE_RC_SUBR= ${PORTNAME}
|
|
|
|
USERS= cups
|
|
GROUPS= cups
|
|
|
|
SUB_LIST+= PYTHON_CMD="${PYTHON_CMD}" \
|
|
CPUSER="${USERS}" \
|
|
CPGROUP="${GROUPS}"
|
|
|
|
.include <bsd.port.mk>
|