15 lines
349 B
Makefile
15 lines
349 B
Makefile
PORTNAME= kcodecs
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
CATEGORIES= textproc kde kde-frameworks
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KF5 library for string manipulation
|
|
|
|
LICENSE= LGPL21
|
|
|
|
USES= cmake compiler:c++11-lib gperf kde:5 qt:5 tar:xz
|
|
USE_KDE= ecm:build
|
|
USE_QT= core linguisttools \
|
|
buildtools:build qmake:build
|
|
|
|
.include <bsd.port.mk>
|