freebsd-ports/mail/trojita/Makefile
Felix Palmen ddae4e92d8 Mk/Uses: always use colon for build/run suffix
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
2022-09-11 12:20:14 +02:00

31 lines
895 B
Makefile

PORTNAME= trojita
PORTVERSION= 0.7
PORTREVISION= 10
CATEGORIES= mail
MASTER_SITES= SF/${PORTNAME}/src/
MAINTAINER= marco.broeder@posteo.eu
COMMENT= Fast cross-platform IMAP e-mail client using Qt 5 toolkit
WWW= http://trojita.flaska.net/
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
LIB_DEPENDS= libqt5keychain.so:security/qtkeychain@qt5
USE_LDCONFIG= yes
CPE_VENDOR= trojita_project
CMAKE_ARGS+= -DWITH_CLEARTEXT_PLUGIN:STRING=ON -DWITH_DBUS:STRING=ON \
-DWITH_DESKTOP:STRING=ON \
-DWITH_QTKEYCHAIN_PLUGIN:STRING=ON -DWITH_RAGEL:STRING=OFF \
-DWITH_SHARED_PLUGINS:STRING=ON -DWITH_TESTS:STRING=OFF \
-DWITH_ZLIB:STRING=ON \
-DWITH_QT5:STRING=ON
USES= cmake compiler:c++11-lib cpe desktop-file-utils gnome \
localbase:ldflags qt:5 tar:xz
USE_QT= buildtools:build linguisttools:build qmake:build \
core dbus gui network sql sql-sqlite3 svg webkit widgets
.include <bsd.port.mk>