summaryrefslogtreecommitdiff
path: root/textproc/pageedit/Makefile
blob: e6c9bc3392b88bfe7c2b7895cf2384aa9eb42a8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	pageedit
PORTVERSION=	1.2.0
CATEGORIES=	textproc

MAINTAINER=	FreeBSD@Shaneware.biz
COMMENT=	WYSIWYG visual XHTML editor

LICENSE=	GPLv3+
LICENSE_FILE=	${WRKSRC}/COPYING.txt

DEPRECATED=	Uses EOL Python 2.7 via www/qt5-webengine
EXPIRATION_DATE=2021-06-23

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>