1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/net/mono-zeroconf/Makefile
Baptiste Daroussin f5aba9ca01 Convert to USES=mono
Cleanup
2014-05-26 13:08:57 +00:00

27 lines
672 B
Makefile

# $FreeBSD$
PORTNAME= mono-zeroconf
PORTVERSION= 0.9.0
CATEGORIES= net
MASTER_SITES= http://download.banshee.fm/${PORTNAME}/
MAINTAINER= mono@FreeBSD.org
COMMENT= Cross platform Zero Configuration Networking library for Mono
BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono \
${LOCALBASE}/libdata/pkgconfig/avahi-sharp.pc:${PORTSDIR}/net/avahi-sharp
RUN_DEPENDS:= ${BUILD_DEPENDS}
OPTIONS_DEFINE= DOCS
GNU_CONFIGURE= yes
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.mk>