mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
19 lines
544 B
Makefile
19 lines
544 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kwidgetsaddons
|
|
# Note, the so file is still 5.42.0, therefore, just
|
|
# override the DISTVERSION and not the value of
|
|
# KDE_FRAMEWORKS_VERSION as usually.
|
|
DISTVERSION= 5.42.1 # ${KDE_FRAMEWORKS_VERSION}
|
|
CATEGORIES= x11-toolkits kde kde-frameworks
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KF5 addons to QtWidgets
|
|
|
|
USES= cmake:outsource compiler:c++11-lib kde:5 pkgconfig tar:xz
|
|
USE_KDE= ecm
|
|
USE_QT5= buildtools_build core gui linguisttools \
|
|
qmake_build uiplugin uitools testlib widgets
|
|
|
|
.include <bsd.port.mk>
|