blob: 0a183287cf580f322aff2c7bbd6f5b19ff334f54 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= qownnotes
PORTVERSION= 22.4.1
CATEGORIES= deskutils
MASTER_SITES= https://download.tuxfamily.org/qownnotes/src/
MAINTAINER= stobbsm@gmail.com
COMMENT= Markdown note taking program with cloud integration
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>
|