2008-08-27 14:19:39 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mono-zeroconf
|
2009-06-22 07:55:50 +00:00
|
|
|
PORTVERSION= 0.9.0
|
2008-08-27 14:19:39 +00:00
|
|
|
CATEGORIES= net
|
2010-10-02 09:10:02 +00:00
|
|
|
MASTER_SITES= http://download.banshee.fm/${PORTNAME}/
|
2008-08-27 14:19:39 +00:00
|
|
|
|
2009-01-22 18:21:08 +00:00
|
|
|
MAINTAINER= mono@FreeBSD.org
|
2008-08-27 14:19:39 +00:00
|
|
|
COMMENT= Cross platform Zero Configuration Networking library for Mono
|
|
|
|
|
|
|
|
BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono \
|
|
|
|
${LOCALBASE}/libdata/pkgconfig/avahi-sharp.pc:${PORTSDIR}/net/avahi-sharp
|
2012-01-21 17:40:15 +00:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2008-08-27 14:19:39 +00:00
|
|
|
|
2014-03-09 14:43:50 +00:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2008-08-27 14:19:39 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2014-05-26 13:08:57 +00:00
|
|
|
USES= gmake mono pathfix pkgconfig shebangfix
|
|
|
|
bash_CMD= ${SH}
|
|
|
|
SHEBANG_FILES= src/MZClient/mzclient.in
|
2008-08-27 14:19:39 +00:00
|
|
|
CONFIGURE_ARGS+= --program-transform-name="" \
|
|
|
|
--disable-mdnsresponder
|
2009-11-18 22:39:55 +00:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
2014-05-26 13:08:57 +00:00
|
|
|
DOCS_CONFIGURE_ENABLE= docs
|
2008-08-27 14:19:39 +00:00
|
|
|
|
2014-05-26 13:08:57 +00:00
|
|
|
.include <bsd.port.mk>
|