freebsd-ports/deskutils/qownnotes/Makefile
Alexey Dokuchaev c26ca318c1 deskutils/qownnotes: update QOwnNotes to version 23.6.5
Add missing USE_QT+=sql-sqlite3:run[time] dependency so
that notes are saved and restored as expected.
2023-06-19 17:21:58 +00:00

24 lines
642 B
Makefile

PORTNAME= qownnotes
PORTVERSION= 23.6.5
CATEGORIES= deskutils
MASTER_SITES= https://download.tuxfamily.org/qownnotes/src/
MAINTAINER= stobbsm@gmail.com
COMMENT= Markdown note taking program with cloud integration
WWW= https://www.qownnotes.org/
LICENSE= GPLv2
LIB_DEPENDS= libbotan-2.so:security/botan2
RUN_DEPENDS= git:devel/git
USES= gl gmake pkgconfig qmake qt:5 tar:xz xorg
USE_GL= gl
USE_QT= buildtools:build linguisttools:build sql-sqlite3:run \
concurrent core declarative gui network printsupport \
sql svg websockets widgets x11extras xml xmlpatterns
USE_XORG= x11
QMAKE_ARGS= USE_SYSTEM_BOTAN=1
.include <bsd.port.mk>