mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
This megacommit merges all the work from https://github.com/freebsd/freebsd-ports-kde/tree/kde-it_goes_to_6 Specifically: - KDE Plasma 6 ports updated to 6.2.5 - KDE Applications ports updated to 24.12.0 - Development ports of KDE Applications removed - A lot of various ports switched to Qt 6 by default - Some KDE Frameworks 5 and Plasma 5 ports are adapted to be coinstallable with their 6 counterparts PR: 284351 Exp-run by: antoine Pull Request: https://github.com/freebsd/freebsd-ports/pull/341 Co-authored-by: Max Brazhnikov <makc@FreeBSD.org> Co-authored-by: Kenneth Raplee <kenrap@kennethraplee.com> Co-authored-by: Jason E. Hale <jhale@FreeBSD.org> Co-authored-by: Gleb Popov <arrowd@FreeBSD.org>
34 lines
912 B
Makefile
34 lines
912 B
Makefile
PORTNAME= kuserfeedback
|
|
DISTVERSION= 1.3.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= deskutils kde
|
|
MASTER_SITES= KDE/stable/${PORTNAME}/
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Framework for collecting user feedback
|
|
WWW= https://github.com/kde/kuserfeedback
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
|
|
|
|
DEPRECATED= has its functionality stripped compared to a kf6 variant
|
|
|
|
USES= bison cmake compiler:c++11-lang kde:5 qt:5 tar:xz
|
|
USE_KDE= ecm:build
|
|
USE_QT= charts core declarative gui linguisttools network printsupport \
|
|
svg widgets \
|
|
buildtools:build qmake:build
|
|
|
|
# KF6 coinstallability
|
|
CMAKE_OFF= ENABLE_CLI ENABLE_CONSOLE ENABLE_DOCS
|
|
|
|
OPTIONS_DEFINE= SERVER
|
|
|
|
SERVER_DESC= Enable all features (requires php)
|
|
SERVER_USES= php
|
|
SERVER_CMAKE_BOOL= ENABLE_PHP ENABLE_PHP_UNIT
|
|
SERVER_BUILD_DEPENDS= phpunit:devel/phpunit9@${PHP_FLAVOR}
|
|
SERVER_RUN_DEPENDS= phpunit:devel/phpunit9@${PHP_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|