aboutsummaryrefslogtreecommitdiff
path: root/deskutils/nanonote/Makefile
blob: 3f6c926cc5aa3c822c924896728798bc19116fd1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	nanonote
DISTVERSION=	1.4.0
CATEGORIES=	deskutils
MASTER_SITES=	https://github.com/agateau/${PORTNAME}/releases/download/${DISTVERSION}/

MAINTAINER=	vidar@karlsen.tech
COMMENT=	Minimalist note taking application
WWW=		https://github.com/agateau/nanonote

LICENSE=	BSD3CLAUSECLEAR
LICENSE_NAME=	BSD 3-Clause Clear License
LICENSE_FILE=	${WRKSRC}/LICENSE
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

USES=		desktop-file-utils cmake kde:5 qt:5 tar:bz2

USE_KDE=	ecm:build
USE_QT=		buildtools:build qmake:build \
		core gui linguisttools network testlib widgets

.include <bsd.port.mk>