openbsd-ports/net/mono-zeroconf/Makefile
sthen d1c6f80880 use REVISION, checked with before/after make show=PKGNAMES (plus some
extra-careful checking where there are complicated PSEUDO_FLAVORS).
2010-07-12 22:07:37 +00:00

31 lines
632 B
Makefile

# $OpenBSD: Makefile,v 1.3 2010/07/12 22:07:39 sthen Exp $
COMMENT= Zero Configuration Networking library for Mono
V= 0.9.0
DISTNAME= mono-zeroconf-${V}
REVISION= 0
CATEGORIES= net
HOMEPAGE= http://www.mono-project.com/Mono.Zeroconf
MASTER_SITES= http://download.banshee-project.org/mono-zeroconf/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= lang/mono
USE_GMAKE= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= :mono-avahi-*:net/avahi,-mono,no_gtk,no_qt3,no_qt4
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --disable-mdnsresponder
.include <bsd.port.mk>