Changeset View
Changeset View
Standalone View
Standalone View
www/nextcloud-richdocuments/Makefile
- This file was added.
| PORTNAME= richdocuments | |||||
| PORTVERSION= 5.0.0 | |||||
lwhsu: Is this port included intentionally? | |||||
Done Inline ActionsYes, Collabora Online is only a daemon, which should be integrated into some other appliance to be useful. This port is an integration for Nextcloud. arrowd: Yes, Collabora Online is only a daemon, which should be integrated into some other appliance to… | |||||
Not Done Inline ActionsGot it, don't forget to poke @brnrd . :-) lwhsu: Got it, don't forget to poke @brnrd . :-) | |||||
| DISTVERSIONPREFIX= v | |||||
| CATEGORIES= www | |||||
| MASTER_SITES= https://github.com/nextcloud-releases/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/ | |||||
| PKGNAMEPREFIX= nextcloud- | |||||
| PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} | |||||
| DISTNAME= ${PORTNAME} | |||||
| DIST_SUBDIR= nextcloud/${PORTNAME}-${DISTVERSION} | |||||
| MAINTAINER= brnrd@FreeBSD.org | |||||
| COMMENT= Collabora Online integration for Nextcloud | |||||
| LICENSE= AGPLv3 | |||||
| RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=20:www/nextcloud@${PHP_FLAVOR} | |||||
| USES= cpe php:flavors | |||||
| NO_BUILD= yes | |||||
| NO_ARCH= yes | |||||
| CPE_VENDOR= nextcloud | |||||
| WWWDIR= ${PREFIX}/www/nextcloud/apps-pkg/${PORTNAME} | |||||
| do-install: | |||||
| @${MKDIR} ${STAGEDIR}${WWWDIR} | |||||
| @(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}) | |||||
| @(cd ${WRKSRC}; ${FIND} . -not -type d) | ${SORT} | \ | |||||
| ${SED} -e 's,^\.,${WWWDIR_REL},' >> ${TMPPLIST} | |||||
| .include <bsd.port.mk> | |||||
Is this port included intentionally?