aboutsummaryrefslogtreecommitdiff
path: root/net/avahi-libdns/Makefile
blob: 5f83feffdd357a893f390e59785b6f41aef2c216 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTREVISION=	0
CATEGORIES=	net
PKGNAMESUFFIX=	-libdns

MAINTAINER=	desktop@FreeBSD.org
COMMENT=	mDNSResponder compatibility from Avahi
WWW=		https://www.avahi.org/

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

.include "${MASTERDIR}/Makefile"