mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
8d6597e0bb
With hat: portmgr Sponsored by: Absolight
25 lines
546 B
Makefile
25 lines
546 B
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 2
|
|
CATEGORIES= net
|
|
PKGNAMESUFFIX= -libdns
|
|
|
|
MAINTAINER= gnome@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"
|