mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
24 lines
536 B
Makefile
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"
|