fdd1cf7891
- INSTALL_TARGET=install-strip. - Replace GMAKE with MAKE_CMD.
24 lines
558 B
Makefile
24 lines
558 B
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
PKGNAMESUFFIX= -libdns
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= mDNSResponder compatibility from Avahi
|
|
|
|
LIB_DEPENDS= libavahi-common.so:${PORTSDIR}/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"
|