1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Convert to USES=mono

Cleanup
This commit is contained in:
Baptiste Daroussin 2014-05-26 13:08:57 +00:00
parent cef01acb4d
commit f5aba9ca01
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355327

View File

@ -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>