blob: 41d31f1f45b943a4fb6af55d1117dace30db5c40 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
PORTNAME= qownnotes
PORTVERSION= 23.5.2
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 \
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>
|