1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/net/avahi-libdns/Makefile
2021-04-06 16:31:07 +02:00

24 lines
536 B
Makefile

# Created by: Michael Johnson <ahze@FreeBSD.org>
PORTREVISION= 0
CATEGORIES= net
PKGNAMESUFFIX= -libdns
MAINTAINER= desktop@FreeBSD.org
COMMENT= mDNSResponder compatibility from Avahi
LIB_DEPENDS= libavahi-common.so:net/avahi-app
MASTERDIR= ${.CURDIR}/../avahi-app
BUILD_WRKSRC= ${WRKSRC}/avahi-compat-libdns_sd
INSTALL_WRKSRC= ${BUILD_WRKSRC}
DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
AVAHI_SLAVE= libdns
AVAHI_PKGCONFIG=avahi-compat-libdns_sd.pc
CONFLICTS= mDNSResponder-[0-9]*
.include "${MASTERDIR}/Makefile"