1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/dns/kf5-kdnssd/Makefile
Tobias C. Berner 5f62895ae8 Update KDE Frameworks to 5.38.0
Changelog:	https://www.kde.org/announcements/kde-frameworks-5.38.0.php

PR:		222171
Exp-run by:	antoine
Reviewed by:	rakuco, adridg
Differential Revision:	https://reviews.freebsd.org/D12289
2017-09-18 17:42:44 +00:00

26 lines
729 B
Makefile

# Created by: tcberner
# $FreeBSD$
PORTNAME= kdnssd
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= dns kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 abstraction to system DNSSD features
OPTIONS_DEFAULT=AVAHI
OPTIONS_RADIO=ZEROCONF
OPTIONS_RADIO_ZEROCONF=AVAHI MDNSRESPONDER
ZEROCONF_DESC= Zeroconf (Bonjour) support
AVAHI_CLAGS+= -I${LOCALBASE}/include/avahi-compat-libdns_sd
AVAHI_LIB_DEPENDS= libdns_sd.so:net/avahi-libdns
MDNSRESPONDER_LIB_DEPENDS= libdns_sd.so:net/mDNSResponder
# TODO: options to depend on avahi and/or dnssd
USES= cmake:outsource compiler:c++11-lib kde:5 pkgconfig tar:xz
USE_KDE= ecm
USE_QT5= buildtools_build core dbus linguisttools network qmake_build
.include <bsd.port.mk>