freebsd-ports/net/mono-zeroconf/Makefile
Eitan Adler c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +00:00

37 lines
951 B
Makefile

# New ports collection makefile for: mono-zeroconf
# Date created: Aug 27 2008
# Whom: Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mono-zeroconf
PORTVERSION= 0.9.0
CATEGORIES= net
MASTER_SITES= http://download.banshee.fm/${PORTNAME}/
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
USE_GMAKE= yes
USE_GNOME= pkgconfig gnomehack
CONFIGURE_ARGS+= --program-transform-name="" \
--disable-mdnsresponder
MAKE_JOBS_UNSAFE= 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>