23 lines
532 B
Makefile
23 lines
532 B
Makefile
PORTNAME= pageedit
|
|
PORTVERSION= 1.2.0
|
|
PORTREVISION= 1
|
|
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>
|