diff options
Diffstat (limited to 'net/avahi-libdns/Makefile')
-rw-r--r-- | net/avahi-libdns/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/net/avahi-libdns/Makefile b/net/avahi-libdns/Makefile new file mode 100644 index 000000000..249f9287a --- /dev/null +++ b/net/avahi-libdns/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: avahi-libdns +# Date created: 31 July 2007 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTREVISION= 0 +CATEGORIES= net +PKGNAMESUFFIX= -libdns + +MAINTAINER= gnome@FreeBSD.org +COMMENT= mDNSResponder compatibility from Avahi + +LIB_DEPENDS= avahi-common.3:${PORTSDIR}/net/avahi + +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 + +.include "${MASTERDIR}/Makefile" |