summaryrefslogtreecommitdiff
path: root/lang/kturtle/Makefile
blob: d5160877ee8c2ebca35f49a64c647233061251a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	kturtle
DISTVERSION=	${KDE_APPLICATIONS_VERSION}
PORTREVISION=	1
CATEGORIES=	lang education kde kde-applications

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Educational programming environment for KDE
WWW=		https://edu.kde.org/kturtle

USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE=	attica auth codecs config configwidgets coreaddons crash \
		emoticons i18n init itemmodels kio newstuff \
		service sonnet textwidgets widgetsaddons xmlgui \
		doctools:build ecm:build
USE_QT=		concurrent core dbus gui network printsupport svg widgets xml \
		buildtools:build qmake:build

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>