freebsd-ports/graphics/kquickimageeditor/Makefile
Adriaan de Groot 8efb61e422 Update net-im/neochat to its first public release
NeoChat is a client for the Matrix instant-messaging network;
NeoChat is a convergent client available on desktop and mobile alike.

This is the first public release of NeoChat (previous ports were of
development snapshots). A new dependency has appeared, to allow
editing of screenshots and photos before sending them. Release
announcement is at
	https://carlschwan.eu/2020/12/23/announcing-neochat-1.0-the-kde-matrix-client/
2021-01-03 23:40:59 +00:00

20 lines
515 B
Makefile

# $FreeBSD$
PORTNAME= kquickimageeditor
DISTVERSION= 0.1.2
CATEGORIES= graphics
MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION:R}
MAINTAINER= adridg@FreeBSD.org
COMMENT= Simple image editor for QtQuick applications
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/LICENSES/LGPL-2.1-or-later.txt
USES= cmake compiler:c++17-lang gl kde:5 pkgconfig qt:5 tar:xz
USE_GL= gl
USE_QT= core declarative gui network quickcontrols2 \
buildtools_build linguist_build qmake_build
USE_KDE= ecm_build
.include <bsd.port.mk>