1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/x11/kdisplay/Makefile
Jan Beich ff1dd80353 x11/kdisplay: update to 6.2.0
Changes:	https://github.com/winft/kdisplay/releases/v6.2.0
Reported by:	GitHub (watch releases)
2024-10-10 09:52:54 +02:00

28 lines
732 B
Makefile

PORTNAME= kdisplay
DISTVERSIONPREFIX= v
DISTVERSION= 6.2.0
CATEGORIES= x11
MAINTAINER= jbeich@FreeBSD.org
COMMENT= App and daemon for display managing
WWW= https://github.com/winft/kdisplay
LICENSE= GPLv2+ LGPL21+
LICENSE_COMB= multi
LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING
LICENSE_FILE_LGPL21+ = ${WRKSRC}/COPYING.LGPL
LIB_DEPENDS= libdisman.so:x11/disman
USES= cmake:testing gettext-tools kde:6 qt:6
USE_GITHUB= yes
USE_KDE= ecm:build config coreaddons dbusaddons globalaccel i18n \
itemmodels:run kcmutils layer-shell-qt libplasma windowsystem xmlgui
USE_LDCONFIG= yes
USE_QT= base declarative sensors
GH_ACCOUNT= winft
PLIST_SUB= VERSION=${PORTVERSION}
LDFLAGS+= -Wl,--as-needed # X11, GL, KF6*
.include <bsd.port.mk>