mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
22 lines
563 B
Makefile
22 lines
563 B
Makefile
# Created by: Romain Tartiere <romain@blogreen.org>
|
|
|
|
PORTNAME= mono-basic
|
|
PORTVERSION= 4.7
|
|
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
|
|
|
|
do-test:
|
|
@(cd ${WRKSRC} && \
|
|
${SETENV} ${MAKE_ENV} MONO_PATH=${WRKSRC}/class/lib/net_4_5 ${MAKE_CMD} \
|
|
${MAKE_FLAGS} Makefile ${MAKE_ARGS} test)
|
|
|
|
.include <bsd.port.mk>
|