summaryrefslogtreecommitdiff
path: root/deskutils/qownnotes/Makefile
blob: ecb8f069f9b29e896b0e57f8a972fd8b88cda753 (plain) (blame)
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=	24.5.1
CATEGORIES=	deskutils
MASTER_SITES=	https://github.com/pbek/QOwnNotes/releases/download/v${PORTVERSION}/

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
USE_XORG=	x11

QMAKE_ARGS=	USE_SYSTEM_BOTAN=1

.include <bsd.port.mk>