2008-08-27 14:19:39 +00:00
|
|
|
# New ports collection makefile for: mono-zeroconf
|
|
|
|
# Date created: Aug 27 2008
|
|
|
|
# Whom: Florent Thoumie <flz@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mono-zeroconf
|
2009-06-22 07:55:50 +00:00
|
|
|
PORTVERSION= 0.9.0
|
2008-08-27 14:19:39 +00:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://download.banshee-project.org/${PORTNAME}/
|
|
|
|
|
2009-01-22 18:21:08 +00:00
|
|
|
MAINTAINER= mono@FreeBSD.org
|
2008-08-27 14:19:39 +00:00
|
|
|
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}
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= pkgconfig gnomehack
|
|
|
|
CONFIGURE_ARGS+= --program-transform-name="" \
|
|
|
|
--disable-mdnsresponder
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
|
|
|
|
|
2009-06-22 07:55:50 +00:00
|
|
|
.if defined(NOPORTDOCS)
|
2008-08-27 14:19:39 +00:00
|
|
|
CONFIGURE_ARGS+= --disable-docs
|
2009-06-22 07:55:50 +00:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --enable-docs
|
|
|
|
#BUILD_DEPENDS+= ${LOCALBASE}/bin/monodocer:${PORTSDIR}/devel/monodoc
|
2008-08-27 14:19:39 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|