Files
ports/textproc/pageedit/Makefile
Mathieu Arnold cf118ccf87 One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

25 lines
552 B
Makefile

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>