aboutsummaryrefslogtreecommitdiff
path: root/deskutils/qownnotes/Makefile
blob: e4da2b260c2c88d14218c9586cfb4a9209c2d49c (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
PORTNAME=	qownnotes
PORTVERSION=	22.8.0
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>