blob: 64e03dc73de7ea9c40cc4300dcd98ff1b665a184 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# $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= ${LOCALBASE}/libdata/pkgconfig/avahi-sharp.pc:net/avahi-sharp
RUN_DEPENDS:= ${BUILD_DEPENDS}
OPTIONS_DEFINE= DOCS
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_path_MCS=${LOCALBASE}/bin/mcs
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>
|