mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
34e85ff599
Reported by: poudriere
16 lines
380 B
Makefile
16 lines
380 B
Makefile
PORTNAME= ktextwidgets
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
CATEGORIES= x11-toolkits kde kde-frameworks
|
|
|
|
COMMENT= Text editing widgets
|
|
MAINTAINER= kde@FreeBSD.org
|
|
|
|
USES= cmake gettext gl kde:6 qt:6 tar:xz
|
|
USE_GL= gl opengl
|
|
USE_KDE= colorscheme completion config configwidgets i18n sonnet \
|
|
widgetsaddons \
|
|
ecm:build
|
|
USE_QT= base speech multimedia
|
|
|
|
.include <bsd.port.mk>
|