1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/www/ckeditor/Makefile
2023-06-06 02:46:55 +08:00

26 lines
596 B
Makefile

PORTNAME= ckeditor
PORTVERSION= 4.21.0
CATEGORIES= www
MASTER_SITES= https://download.cksource.com/CKEditor/CKEditor/CKEditor%20${PORTVERSION}/
DISTNAME= ckeditor_${PORTVERSION}_full
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= WYSIWYG editor to be used inside web page
WWW= https://ckeditor.com/ \
https://github.com/ckeditor/ckeditor4
LICENSE= GPLv2+ LGPL21+ MPL11 MPL20
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USES= cpe zip
NO_ARCH= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/ckeditor
do-install:
cd ${WRKSRC}/ && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
.include <bsd.port.mk>