1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/www/riot-web/Makefile
Carlo Strub 52ecdb6145 Update to 1.6.4
PR:		247018
Submitted by:	maintainer
2020-06-06 15:57:29 +00:00

23 lines
455 B
Makefile

# $FreeBSD$
PORTNAME= riot
DISTVERSIONPREFIX= v
DISTVERSION= 1.6.4
CATEGORIES= www
MASTER_SITES= https://github.com/vector-im/riot-web/releases/download/${DISTVERSIONFULL}/
PKGNAMESUFFIX= -web
MAINTAINER= ports@xanderio.de
COMMENT= Glossy Matrix collaboration client for the web
LICENSE= APACHE20
NO_ARCH= yes
NO_BUILD= yes
do-install:
@${MKDIR} ${STAGEDIR}${WWWDIR}
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
.include <bsd.port.mk>