freebsd-ports/textproc/kf5-kcodecs/Makefile
Tobias C. Berner 4b87a977f6 Update KDE Frameworks to 5.55.0
Release Announcement:
  https://www.kde.org/announcements/kde-frameworks-5.55.0.php

PR:		235620
Exp-run by:	antoine
2019-02-12 17:48:25 +00:00

17 lines
388 B
Makefile

# $FreeBSD$
PORTNAME= kcodecs
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= textproc kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 library for string manipulation
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
USES= cmake compiler:c++11-lib gperf kde:5 qt:5 tar:xz
USE_KDE= ecm
USE_QT= buildtools_build core linguisttools qmake_build
.include <bsd.port.mk>