Most USES use a colon for build/run(/test) suffixes. Change kde.mk, qt.mk and pyqt.mk to do the same, and update all ports using that. Document in CHANGES. PR: 266034 Exp-run by: antoine Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36349
22 lines
516 B
Makefile
22 lines
516 B
Makefile
PORTNAME= pageedit
|
|
PORTVERSION= 1.2.0
|
|
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>
|