aboutsummaryrefslogtreecommitdiff
path: root/graphics/kseexpr/Makefile
blob: cd41ac86ff90356f9cd78702b0997d0931f34657 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	kseexpr
DISTVERSION=	4.0.4.0
PORTREVISION=	1
CATEGORIES=	graphics kde
MASTER_SITES=	KDE/stable/${PORTNAME}/${DISTVERSION:R}

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Embeddable expression engine for Krita
WWW=		https://invent.kde.org/graphics/kseexpr

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

USES=		bison cmake kde:5 qt:5
USE_KDE=	i18n \
		ecm:build
USE_LDCONFIG=	yes
USE_QT=		core gui widgets \
		buildtools:build linguisttools:build qmake:build

CONFLICTS_INSTALL=	seexpr

.include <bsd.port.mk>