freebsd-ports/deskutils/notes/Makefile
Alexey Dokuchaev fef6040a4d deskutils/notes: the port had been updated to version 2.1.0
- Builds itself with CMake now and has installation routine
- Drop our custom auto-update disabling patches as this is
  one of the program's standard features now
- Explicitly specify desired Qt version so it won't pick up
  the wrong one accidentally

Reported by:	portscout
2023-03-10 16:59:18 +00:00

25 lines
655 B
Makefile

PORTNAME= notes
PORTVERSION= 2.1.0
DISTVERSIONPREFIX= v
CATEGORIES= deskutils
MAINTAINER= danfe@FreeBSD.org
COMMENT= Beautiful and powerful note-taking application
WWW= https://www.get-notes.com/
LICENSE= MPL20
USES= cmake qt:5 xorg
USE_QT= buildtools:build qmake:build testlib:build \
concurrent core gui network sql widgets
USE_XORG= x11
USE_GITHUB= yes
GH_ACCOUNT= nuttyartist b00f:qas pbek:qmdte
GH_PROJECT= qautostart:qas qmarkdowntextedit:qmdte
GH_TAGNAME= efdb2e5:qas b85b0f1:qmdte
GH_SUBDIR= 3rdParty/qautostart:qas 3rdParty/qmarkdowntextedit:qmdte
CMAKE_ARGS= -DUSE_QT_VERSION:STRING=5 -DUPDATE_CHECKER:BOOL=OFF
.include <bsd.port.mk>