PR: 219314 Reviewed by: rakuco Exp-run by: antoine Approved by: rakuco (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D10747
19 lines
402 B
Makefile
19 lines
402 B
Makefile
# Created by: tcberner
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= frameworks
|
|
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
CATEGORIES= x11 kde
|
|
PKGNAMEPREFIX= kf5-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KF5 frameworks meta port
|
|
|
|
USES= metaport kde: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_QT5= #
|
|
|
|
.include <bsd.port.mk>
|