mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
19 lines
594 B
Makefile
19 lines
594 B
Makefile
PORTNAME= kturtle
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= lang education kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Educational programming environment for KDE
|
|
|
|
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>
|