diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2002-08-03 13:12:47 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2002-08-03 13:12:47 +0000 |
commit | cc5e06329ed9def73532337a6caea47858527c05 (patch) | |
tree | fc3f22abe2777aff5a5fb1c79547bf19ba120045 /lang/mono/Makefile | |
parent | 88f474906575afdfb398634b3e88f671a20f9219 (diff) |
Notes
Diffstat (limited to 'lang/mono/Makefile')
-rw-r--r-- | lang/mono/Makefile | 5 |
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 \ |