1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/www/element-web/Makefile
Ashish SHUKLA 0254c3ac39
www/element-web: Update to 1.11.40
Approved by:	maintainer (implicit, version bump, as per PR 258262)
2023-08-29 13:07:57 +00:00

28 lines
593 B
Makefile

PORTNAME= element
DISTVERSIONPREFIX= v
DISTVERSION= 1.11.40
CATEGORIES= www
MASTER_SITES= https://github.com/vector-im/element-web/releases/download/${DISTVERSIONFULL}/
PKGNAMESUFFIX= -web
MAINTAINER= ports@xanderio.de
COMMENT= Glossy Matrix collaboration client for the web
WWW= https://github.com/vector-im/element-web
LICENSE= APACHE20
USES= cpe
CPE_VENDOR= matrix
NO_ARCH= yes
NO_BUILD= yes
SUB_FILES= pkg-message
PLIST_SUB= COMMITID=9080b7a61d57e094dbd7
do-install:
@${MKDIR} ${STAGEDIR}${WWWDIR}
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
.include <bsd.port.mk>