diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-26 21:08:57 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-26 21:08:57 +0800 |
commit | 6e22a7e81f9ebce03bb266aae92f2bd17daa808b (patch) | |
tree | 718b81ccc2eda744359b45bf147e2e54f4242199 /net | |
parent | 4904f8e5cc32246326905fc82748906a5e680267 (diff) | |
download | freebsd-ports-gnome-6e22a7e81f9ebce03bb266aae92f2bd17daa808b.tar.gz freebsd-ports-gnome-6e22a7e81f9ebce03bb266aae92f2bd17daa808b.tar.zst freebsd-ports-gnome-6e22a7e81f9ebce03bb266aae92f2bd17daa808b.zip |
Convert to USES=mono
Cleanup
Diffstat (limited to 'net')
-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 fadf1052a364..169cabe7d402 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> |