3cfe073169
Announcement: https://kde.org/announcements/kde-frameworks-5.57.0.php PR: 237253 Exp-run by: antoine
18 lines
384 B
Makefile
18 lines
384 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= frameworks
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
CATEGORIES= x11 kde
|
|
PKGNAMEPREFIX= kf5-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KF5 frameworks meta port
|
|
|
|
USES= metaport kde:5 qt:5
|
|
# remove:
|
|
# * bluez-qt as we do have bluez
|
|
USE_KDE= ${_USE_FRAMEWORKS_ALL:Nbluez-qt}
|
|
# pull bsd.qt.mk for QT_PLUGINDIR in the kf5-dependencies
|
|
USE_QT= #
|
|
|
|
.include <bsd.port.mk>
|