1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/japanese/kiten/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

19 lines
592 B
Makefile

PORTNAME= kiten
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= japanese education kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= Japanese reference/study tool for KDE
USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= auth archive codecs completion config configwidgets coreaddons \
crash doctools ecm i18n jobwidgets js khtml kio notifications \
parts service sonnet textwidgets widgetsaddons xmlgui
USE_QT= concurrent core dbus gui network widgets xml \
buildtools_build qmake_build
USE_LDCONFIG= yes
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>