Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 May 2014 13:08:57 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355327 - head/net/mono-zeroconf
Message-ID:  <201405261308.s4QD8vaT004994@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon May 26 13:08:57 2014
New Revision: 355327
URL: http://svnweb.freebsd.org/changeset/ports/355327
QAT: https://qat.redports.org/buildarchive/r355327/

Log:
  Convert to USES=mono
  Cleanup

Modified:
  head/net/mono-zeroconf/Makefile

Modified: head/net/mono-zeroconf/Makefile
==============================================================================
--- head/net/mono-zeroconf/Makefile	Mon May 26 13:05:05 2014	(r355326)
+++ head/net/mono-zeroconf/Makefile	Mon May 26 13:08:57 2014	(r355327)
@@ -15,19 +15,12 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 OPTIONS_DEFINE=	DOCS
 
 GNU_CONFIGURE=	yes
-USES=		gmake pathfix pkgconfig
+USES=		gmake mono pathfix pkgconfig shebangfix
+bash_CMD=	${SH}
+SHEBANG_FILES=	src/MZClient/mzclient.in
 CONFIGURE_ARGS+=	--program-transform-name="" \
 			--disable-mdnsresponder
 MAKE_JOBS_UNSAFE=	yes
+DOCS_CONFIGURE_ENABLE=	docs
 
-.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>
+.include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405261308.s4QD8vaT004994>