2022-07-18 09:48:02 +02:00
|
|
|
PORTNAME= kio-zeroconf
|
2018-04-10 21:09:05 +02:00
|
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
|
|
CATEGORIES= net kde kde-applications
|
|
|
|
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
|
|
COMMENT= KDE Network monitor for DNS-SD services (Zeroconf)
|
|
|
|
|
2022-09-05 21:04:02 +02:00
|
|
|
USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz xorg
|
2018-04-10 21:09:05 +02:00
|
|
|
USE_KDE= config coreaddons dbusaddons dnssd i18n kio service
|
2019-06-23 17:39:32 +02:00
|
|
|
USE_QT= concurrent core dbus network \
|
2022-09-11 12:20:14 +02:00
|
|
|
buildtools:build qmake:build
|
2022-09-05 21:04:02 +02:00
|
|
|
USE_XORG= x11
|
2018-04-10 21:09:05 +02:00
|
|
|
|
2018-09-10 15:14:50 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2018-04-10 21:09:05 +02:00
|
|
|
.include <bsd.port.mk>
|