freebsd-ports/net/mono-zeroconf/Makefile

28 lines
696 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= mono-zeroconf
PORTVERSION= 0.9.0
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://download.banshee.fm/${PORTNAME}/
2009-01-22 19:21:08 +01:00
MAINTAINER= mono@FreeBSD.org
COMMENT= Cross platform Zero Configuration Networking library for Mono
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/avahi-sharp.pc:net/avahi-sharp
RUN_DEPENDS:= ${BUILD_DEPENDS}
2014-03-09 15:43:50 +01:00
OPTIONS_DEFINE= DOCS
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_path_MCS=${LOCALBASE}/bin/mcs
2014-05-26 15:08:57 +02:00
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
2014-05-26 15:08:57 +02:00
DOCS_CONFIGURE_ENABLE= docs
2014-05-26 15:08:57 +02:00
.include <bsd.port.mk>