freebsd-ports/www/nextcloud-notes/Makefile
Bernard Spil 4784a824f3 Mk/Uses/nextcloud.mk: Introduce USES= nextcloud
* Simplify's port creation for Nextcloud apps
 * Convert existing ports to USES= nextcloud
2023-01-14 19:30:14 +00:00

19 lines
433 B
Makefile

PORTNAME= notes
PORTVERSION= 4.6.0
DISTVERSIONPREFIX= v
CATEGORIES= www editors
MASTER_SITES= https://github.com/nextcloud/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/
DISTNAME= ${PORTNAME}
MAINTAINER= brnrd@FreeBSD.org
COMMENT= Notes app for Nextcloud
WWW= https://apps.nextcloud.com/apps/notes
LICENSE_FILE= ${WRKSRC}/COPYING
NEXTCLOUD_RUN_DEPENDS= 25
USES= nextcloud php:flavors
.include <bsd.port.mk>