13 lines
260 B
Makefile
13 lines
260 B
Makefile
PORTNAME= kcodecs
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
CATEGORIES= textproc kde kde-frameworks
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= String encoding library
|
|
|
|
USES= cmake gperf kde:6 qt:6 tar:xz
|
|
USE_KDE= ecm:build
|
|
USE_QT= base tools
|
|
|
|
.include <bsd.port.mk>
|