mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
07531d7bbd
- Update WWW
45 lines
972 B
Makefile
45 lines
972 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cups-cloud-print
|
|
PORTVERSION= 20160502
|
|
CATEGORIES= print
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Print using Google Cloud Print
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= cups-config:print/cups
|
|
RUN_DEPENDS= cancel:print/cups \
|
|
bash:shells/bash \
|
|
${PYTHON_PKGNAMEPREFIX}pycups>0:print/py-pycups@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}httplib2>0:www/py-httplib2@${PY_FLAVOR}
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= simoncadman
|
|
GH_PROJECT= CUPS-Cloud-Print
|
|
|
|
USES= gmake python shebangfix
|
|
SHEBANG_FILES= testing/*.sh
|
|
GNU_CONFIGURE= yes
|
|
MAKE_ARGS= NOPERMS=1
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
DATADIR= ${PREFIX}/share/cloudprint-cups
|
|
DOCSDIR= ${PREFIX}/share/doc/cloudprint-cups
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
'/README.md/s|^|#| ; \
|
|
/COPYING/s|^|#|' ${WRKSRC}/Makefile.in
|
|
|
|
post-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|