aboutsummaryrefslogtreecommitdiffstats
path: root/lang/mono/Makefile
diff options
context:
space:
mode:
authornakai <nakai@FreeBSD.org>2002-08-03 21:12:47 +0800
committernakai <nakai@FreeBSD.org>2002-08-03 21:12:47 +0800
commit5a598df08abb301ee655ad6ba9ec2ee12761543f (patch)
treedae7b160780886449dac57109e76765b3a495921 /lang/mono/Makefile
parenta7765bb9eb3b077fc6a6ebf541649a1b4f88485e (diff)
downloadfreebsd-ports-gnome-5a598df08abb301ee655ad6ba9ec2ee12761543f.tar.gz
freebsd-ports-gnome-5a598df08abb301ee655ad6ba9ec2ee12761543f.tar.zst
freebsd-ports-gnome-5a598df08abb301ee655ad6ba9ec2ee12761543f.zip
Update to 0.13
Diffstat (limited to 'lang/mono/Makefile')
-rw-r--r--lang/mono/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile
index a7ff1990647f..8753df01f996 100644
--- a/lang/mono/Makefile
+++ b/lang/mono/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mono
-PORTVERSION= 0.12
+PORTVERSION= 0.13
CATEGORIES= lang
MASTER_SITES= http://www.go-mono.com/archive/
@@ -19,10 +19,13 @@ LIB_DEPENDS= glib-2.0.0:${PORTSDIR}/devel/glib20 \
USE_LIBTOOL= yes
USE_REINPLACE= yes
USE_BISON= yes
+CONFIGURE_ARGS= --program-transform-name=\'\'
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include " \
LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd{OSREL}
MAN1= mcs.1 mint.1 mono.1 monoburg.1 monodis.1 monostyle.1
+MAN5= mono-config.5
pre-patch:
@find ${WRKSRC} -name Makefile.in | xargs ${REINPLACE_CMD} -e \