freebsd-ports/net/mono-zeroconf/Makefile

33 lines
818 B
Makefile
Raw Normal View History

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