mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
* update to 5.40.0 * unreleated cleanups: - unify use of DISTVERSION - remove created by line PR: 223602 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D12966
18 lines
379 B
Makefile
18 lines
379 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
|
|
# 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>
|