aboutsummaryrefslogtreecommitdiff
path: root/net/mono-zeroconf
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-05-26 13:08:57 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-05-26 13:08:57 +0000
commitf5aba9ca01a7d8609dd475f5d3e09f079dc1c3c8 (patch)
tree718b81ccc2eda744359b45bf147e2e54f4242199 /net/mono-zeroconf
parentcef01acb4dddc445b74260c2f9cb94b4032421ad (diff)
downloadports-f5aba9ca01a7d8609dd475f5d3e09f079dc1c3c8.tar.gz
ports-f5aba9ca01a7d8609dd475f5d3e09f079dc1c3c8.zip
Notes
Diffstat (limited to 'net/mono-zeroconf')
-rw-r--r--net/mono-zeroconf/Makefile17
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>