mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
dns/kf6-kdnssd: make Zeroconf support optional
This commit is contained in:
parent
6c13b3efbd
commit
aadac35266
1 changed files with 14 additions and 2 deletions
|
@ -5,10 +5,22 @@ CATEGORIES= dns kde kde-frameworks
|
|||
COMMENT= Network service discovery using Zeroconf
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/avahi-common/defs.h:net/avahi-app
|
||||
|
||||
USES= cmake kde:6 qt:6 tar:xz
|
||||
USE_KDE= ecm:build
|
||||
USE_QT= base tools
|
||||
|
||||
OPTIONS_DEFAULT= AVAHI
|
||||
OPTIONS_RADIO= ZEROCONF
|
||||
OPTIONS_RADIO_ZEROCONF= AVAHI MDNSRESPONDER
|
||||
ZEROCONF_DESC= Zeroconf (Bonjour) support
|
||||
|
||||
AVAHI_BUILD_DEPENDS= ${LOCALBASE}/include/avahi-common/defs.h:net/avahi-app
|
||||
AVAHI_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Avahi
|
||||
|
||||
# libdns_sd.so is also provided by avahi-libdns.
|
||||
# Add BUILD_DEPENDS to uniquely select mDNSResponder.
|
||||
MDNSRESPONDER_BUILD_DEPENDS= ${LOCALBASE}/include/dns_sd.h:net/mDNSResponder
|
||||
MDNSRESPONDER_LIB_DEPENDS= libdns_sd.so:net/mDNSResponder
|
||||
MDNSRESPONDER_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_DNSSD
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue