2008-08-27 16:19:39 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mono-zeroconf
|
2009-06-22 09:55:50 +02:00
|
|
|
PORTVERSION= 0.9.0
|
2008-08-27 16:19:39 +02:00
|
|
|
CATEGORIES= net
|
2010-10-02 11:10:02 +02:00
|
|
|
MASTER_SITES= http://download.banshee.fm/${PORTNAME}/
|
2008-08-27 16:19:39 +02:00
|
|
|
|
2009-01-22 19:21:08 +01:00
|
|
|
MAINTAINER= mono@FreeBSD.org
|
2008-08-27 16:19:39 +02: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 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2008-08-27 16:19:39 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2013-08-31 02:26:08 +02:00
|
|
|
USES= gmake pathfix pkgconfig
|
2008-08-27 16:19:39 +02:00
|
|
|
CONFIGURE_ARGS+= --program-transform-name="" \
|
|
|
|
--disable-mdnsresponder
|
2009-11-18 23:39:55 +01:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
2008-08-27 16:19:39 +02:00
|
|
|
|
2013-09-21 00:10:23 +02:00
|
|
|
NO_STAGE= yes
|
2008-08-27 16:19:39 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
|
|
|
|
|
2009-06-22 09:55:50 +02:00
|
|
|
.if defined(NOPORTDOCS)
|
2008-08-27 16:19:39 +02:00
|
|
|
CONFIGURE_ARGS+= --disable-docs
|
2009-06-22 09:55:50 +02:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --enable-docs
|
|
|
|
#BUILD_DEPENDS+= ${LOCALBASE}/bin/monodocer:${PORTSDIR}/devel/monodoc
|
2008-08-27 16:19:39 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|