aboutsummaryrefslogtreecommitdiffstats
path: root/print/cups-cloud-print/Makefile
blob: e12cc52316560cfdb681a034b15e0b7c53fbbec8 (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
26
27
28
29
30
31
32
33
# $FreeBSD$

PORTNAME=   cups-cloud-print
PORTVERSION=    20140814.2
CATEGORIES= print

MAINTAINER= ports@FreeBSD.org
COMMENT=    Print using Google Cloud Print

LICENSE=    GPLv3

BUILD_DEPENDS=  cups-config:${PORTSDIR}/print/cups-client
RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}cups>=0:${PORTSDIR}/print/py-cups \
        ${PYTHON_PKGNAMEPREFIX}httplib2>=0:${PORTSDIR}/www/py-httplib2 \
        bash:${PORTSDIR}/shells/bash \
        cancel:${PORTSDIR}/print/cups-base

CONFIGURE_ENV=  cupsgroup=cups
GNU_CONFIGURE=  yes
MAKE_ARGS=  NOPERMS=1
NO_ARCH=    yes
NO_BUILD=   yes
USES=       gmake python shebangfix

SHEBANG_FILES=  testing/*.sh

USE_GITHUB= yes
GH_ACCOUNT= simoncadman
GH_COMMIT=  f287aed
GH_PROJECT= CUPS-Cloud-Print
GH_TAGNAME= ${PORTVERSION}

.include <bsd.port.mk>