2021-10-14 17:47:28 +02:00
|
|
|
PORTNAME= kdisplay
|
|
|
|
DISTVERSIONPREFIX= ${PORTNAME}@
|
2023-02-17 16:40:13 +01:00
|
|
|
DISTVERSION= 5.27.0
|
2023-04-25 17:15:30 +02:00
|
|
|
PORTREVISION= 1
|
2021-10-14 17:47:28 +02:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
|
|
|
MAINTAINER= jbeich@FreeBSD.org
|
|
|
|
COMMENT= App and daemon for display managing
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://gitlab.com/kwinft/kdisplay
|
2021-10-14 17:47:28 +02:00
|
|
|
|
|
|
|
LICENSE= GPLv2+ LGPL21+
|
|
|
|
LICENSE_COMB= multi
|
|
|
|
LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING
|
|
|
|
LICENSE_FILE_LGPL21+ = ${WRKSRC}/COPYING.LGPL
|
|
|
|
|
2022-06-14 22:05:24 +02:00
|
|
|
LIB_DEPENDS= libdisman.so:x11/disman
|
2021-10-14 17:47:28 +02:00
|
|
|
TEST_DEPENDS= ${qt-testlib_PORT:T}>0:${qt-testlib_PORT}
|
|
|
|
|
|
|
|
USES= cmake:testing kde:5 qt:5
|
|
|
|
USE_GITLAB= yes
|
2022-09-11 12:20:14 +02:00
|
|
|
USE_KDE= ecm:build config coreaddons dbusaddons globalaccel i18n \
|
2021-10-14 17:47:28 +02:00
|
|
|
kcmutils kdeclarative plasma-framework xmlgui
|
|
|
|
USE_LDCONFIG= yes
|
2022-09-11 12:20:14 +02:00
|
|
|
USE_QT= qmake:build buildtools:build core dbus declarative gui \
|
2021-10-14 17:47:28 +02:00
|
|
|
sensors widgets
|
|
|
|
GL_ACCOUNT= kwinft
|
|
|
|
PLIST_SUB= VERSION=${PORTVERSION}
|
|
|
|
LDFLAGS+= -Wl,--as-needed # Qt5*, KF5*
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|