2013-09-20 19:53:09 +00:00
|
|
|
# Created by: Romain Tartiere <romain@blogreen.org>
|
2009-06-23 11:46:02 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mono-basic
|
2011-06-12 19:06:25 +00:00
|
|
|
PORTVERSION= 2.10
|
2009-06-23 11:46:02 +00:00
|
|
|
CATEGORIES= lang
|
|
|
|
MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/
|
|
|
|
|
|
|
|
MAINTAINER= mono@FreeBSD.org
|
|
|
|
COMMENT= VisualBasic.NET support for Mono
|
|
|
|
|
|
|
|
BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono
|
|
|
|
RUN_DEPENDS= mono:${PORTSDIR}/lang/mono
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2009-06-24 09:35:44 +00:00
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
2014-03-06 15:03:50 +00:00
|
|
|
USES= gmake
|
2009-06-23 11:46:02 +00:00
|
|
|
|
|
|
|
tests: build
|
|
|
|
@${ECHO_MSG} "===> Running ${PORTNAME} regression tests"
|
|
|
|
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} \
|
|
|
|
${MAKE_FLAGS} Makefile ${MAKE_ARGS} test)
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|