mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
493bfdc1b4
Too many changes to be listed here. ChangeLog: https://www.qownnotes.org/changelog/QOwnNotes PR: 235414 Submitted by: stobbsm@gmail.com (maintainer)
21 lines
491 B
Makefile
21 lines
491 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= qownnotes
|
|
DISTVERSION= 19.2.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= https://download.tuxfamily.org/qownnotes/src/
|
|
|
|
MAINTAINER= stobbsm@gmail.com
|
|
COMMENT= Manage notes using nextcloud and markdown
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= git:devel/git
|
|
|
|
USES= gl gmake qmake qt:5 tar:xz
|
|
USE_GL= gl
|
|
USE_QT= buildtools_build linguisttools_build core dbus declarative gui printsupport network sql svg webkit websockets widgets xml xmlpatterns
|
|
|
|
.include <bsd.port.mk>
|