mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
e349bbbca3
[1] https://www.kde.org/announcements/announce-applications-18.12.2.php [2] https://www.kde.org/announcements/fulllog_applications-aether.php?version=18.12.2
25 lines
689 B
Makefile
25 lines
689 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= artikulate
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= misc kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Pronunciation trainer for KDE
|
|
|
|
LIB_DEPENDS= libboost_thread.so:devel/boost-libs \
|
|
libQt5GStreamer-1.0.so:multimedia/gstreamer1-qt@qt5
|
|
|
|
USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
|
|
USE_KDE= archive attica auth codecs config configwidgets coreaddons \
|
|
crash doctools ecm i18n kdeclarative newstuff service \
|
|
widgetsaddons xmlgui
|
|
USE_QT= core dbus declarative gui multimedia network sql testlib widgets \
|
|
xml xmlpatterns \
|
|
buildtools_build qmake_build
|
|
USE_LDCONFIG= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|