blob: e1ae07e753c8ea5c0b1ad6a7521835019b96e69f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= pageedit
PORTVERSION= 1.2.0
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>
|