svn commit: r355327 - head/net/mono-zeroconf

Baptiste Daroussin bapt at FreeBSD.org
Mon May 26 13:08:58 UTC 2014


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>


More information about the svn-ports-all mailing list