freebsd-ports/textproc/pageedit/Makefile
Carlo Strub 52b41c536b Update to 1.2.0
PR:		246864
Submitted by:	maintainer
2020-06-06 16:03:55 +00:00

23 lines
483 B
Makefile

# $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
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>