opnsense-ports/textproc/pageedit/Makefile
Franco Fichtner c90d3d0974 */*: sync with upstream
Taken from: FreeBSD
2023-04-27 09:41:23 +02:00

23 lines
532 B
Makefile

PORTNAME= pageedit
PORTVERSION= 1.2.0
PORTREVISION= 1
CATEGORIES= textproc
MAINTAINER= FreeBSD@Shaneware.biz
COMMENT= WYSIWYG visual XHTML editor
WWW= https://github.com/Sigil-Ebook/PageEdit
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING.txt
USES= cmake qt:5 desktop-file-utils
USE_GITHUB= yes
GH_ACCOUNT= Sigil-Ebook
GH_PROJECT= PageEdit
USE_QT= concurrent core declarative gui location network \
printsupport webchannel webengine widgets xml \
buildtools:build linguisttools:build qmake:build
.include <bsd.port.mk>