freebsd-ports/graphics/kquickimageeditor/Makefile
Kevin Bowling da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
2021-06-22 11:53:08 -07:00

19 lines
518 B
Makefile

PORTNAME= kquickimageeditor
DISTVERSION= 0.1.2
PORTREVISION= 1
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>