aboutsummaryrefslogtreecommitdiff
path: root/textproc/pageedit/Makefile
blob: 1aeffae02ad7e12dd8d60826a6e806d3716030e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $FreeBSD$

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>