freebsd-ports/lang/mono-basic/Makefile
2015-05-18 20:57:58 +00:00

22 lines
596 B
Makefile

# Created by: Romain Tartiere <romain@blogreen.org>
# $FreeBSD$
PORTNAME= mono-basic
PORTVERSION= 4.0.1
CATEGORIES= lang
MASTER_SITES= http://download.mono-project.com/sources/${PORTNAME}/ \
http://ftp.novell.com/pub/mono/sources/${PORTNAME}/
MAINTAINER= mono@FreeBSD.org
COMMENT= VisualBasic.NET support for Mono
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
USES= gmake mono tar:bzip2
tests: build
@${ECHO_MSG} "===> Running ${PORTNAME} regression tests"
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \
${MAKE_FLAGS} Makefile ${MAKE_ARGS} test)
.include <bsd.port.mk>