2008-08-27 16:19:39 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mono-zeroconf
|
2009-06-22 09:55:50 +02:00
|
|
|
PORTVERSION= 0.9.0
|
2018-01-30 20:00:27 +01:00
|
|
|
PORTREVISION= 1
|
2008-08-27 16:19:39 +02:00
|
|
|
CATEGORIES= net
|
2010-10-02 11:10:02 +02:00
|
|
|
MASTER_SITES= http://download.banshee.fm/${PORTNAME}/
|
2008-08-27 16:19:39 +02:00
|
|
|
|
2009-01-22 19:21:08 +01:00
|
|
|
MAINTAINER= mono@FreeBSD.org
|
2008-08-27 16:19:39 +02:00
|
|
|
COMMENT= Cross platform Zero Configuration Networking library for Mono
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/avahi-sharp.pc:net/avahi-sharp
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2008-08-27 16:19:39 +02:00
|
|
|
|
2014-03-09 15:43:50 +01:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2008-08-27 16:19:39 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2015-05-24 01:45:50 +02:00
|
|
|
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
|
2008-08-27 16:19:39 +02:00
|
|
|
CONFIGURE_ARGS+= --program-transform-name="" \
|
|
|
|
--disable-mdnsresponder
|
2009-11-18 23:39:55 +01:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
2014-05-26 15:08:57 +02:00
|
|
|
DOCS_CONFIGURE_ENABLE= docs
|
2008-08-27 16:19:39 +02:00
|
|
|
|
2014-05-26 15:08:57 +02:00
|
|
|
.include <bsd.port.mk>
|