freebsd-ports/deskutils/feathernotes/Makefile
Alexey Dokuchaev 6fdb7ebff9 deskutils/feathernotes: the port had been updated to version 1.1.1
- Fixed the initial font of the node font dialog
- Search in node names when slash is pressed inside the side-pane
- Enable/disable the paste actions appropriately
- Don't insert garbage when an image can't be loaded

Reported by:	portscout
2023-09-12 12:42:22 +00:00

28 lines
703 B
Makefile

PORTNAME= ${GH_PROJECT:tl}
PORTVERSION= 1.1.1
DISTVERSIONPREFIX= V
CATEGORIES= deskutils
MAINTAINER= danfe@FreeBSD.org
COMMENT= Lightweight Qt-based notes manager
WWW= https://github.com/tsujan/FeatherNotes
LICENSE= GPLv3+
USES= cmake desktop-file-utils qt:5 shared-mime-info xorg
USE_QT= buildtools:build linguisttools:build qmake:build dbus \
core gui network printsupport svg widgets x11extras xml
USE_XORG= ice sm x11 xext
USE_GITHUB= yes
GH_ACCOUNT= tsujan
GH_PROJECT= FeatherNotes
OPTIONS_DEFINE= HUNSPELL
OPTIONS_DEFAULT= HUNSPELL
HUNSPELL_LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell
HUNSPELL_USES= pkgconfig
HUNSPELL_CMAKE_OFF= -DWITH_HUNSPELL:BOOL=OFF
.include <bsd.port.mk>