mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
e1bfdfbe56
Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
19 lines
494 B
Makefile
19 lines
494 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kdebugsettings
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= sysutils kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE application to enable/disable qCDebug
|
|
|
|
USES= cmake:outsource gettext kde:5 qt:5 tar:xz
|
|
USE_KDE= completion config configwidgets coreaddons dbusaddons \
|
|
ecm guiaddons i18n iconthemes itemviews kio widgetsaddons
|
|
USE_QT= core dbus gui testlib widgets \
|
|
buildtools_build qmake_build
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|