diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-26 13:08:57 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-26 13:08:57 +0000 |
commit | 6e22a7e81f9ebce03bb266aae92f2bd17daa808b (patch) | |
tree | 718b81ccc2eda744359b45bf147e2e54f4242199 | |
parent | 4904f8e5cc32246326905fc82748906a5e680267 (diff) | |
download | FreeBSD-ports-6e22a7e81f9ebce03bb266aae92f2bd17daa808b.zip FreeBSD-ports-6e22a7e81f9ebce03bb266aae92f2bd17daa808b.tar.gz |
Convert to USES=mono
Cleanup
-rw-r--r-- | net/mono-zeroconf/Makefile | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/net/mono-zeroconf/Makefile b/net/mono-zeroconf/Makefile index fadf105..169cabe 100644 --- a/net/mono-zeroconf/Makefile +++ b/net/mono-zeroconf/Makefile @@ -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> |