freebsd-ports/x11/kf5-frameworks/Makefile
Tobias C. Berner 99c421b481 Update KDE Frameworks to 5.34.0
PR:		219314
Reviewed by:	rakuco
Exp-run by:	antoine
Approved by:	rakuco (mentor, implicit)
Differential Revision:	https://reviews.freebsd.org/D10747
2017-05-20 10:24:35 +00:00

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>