2002-07-22 13:41:43 +00:00
|
|
|
# New ports collection makefile for: mono
|
|
|
|
# Date created: 22 July 2002
|
|
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mono
|
2003-01-26 21:03:08 +00:00
|
|
|
PORTVERSION= 0.19
|
2003-02-07 18:59:45 +00:00
|
|
|
PORTREVISION= 1
|
2002-07-22 13:41:43 +00:00
|
|
|
CATEGORIES= lang
|
|
|
|
MASTER_SITES= http://www.go-mono.com/archive/
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
|
|
|
|
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
|
2003-02-07 18:59:45 +00:00
|
|
|
LIB_DEPENDS= glib-2.0.200:${PORTSDIR}/devel/glib20 \
|
2002-07-22 13:41:43 +00:00
|
|
|
gc.1:${PORTSDIR}/devel/boehm-gc
|
|
|
|
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_REINPLACE= yes
|
2002-07-28 17:12:13 +00:00
|
|
|
USE_BISON= yes
|
2003-01-01 19:16:15 +00:00
|
|
|
USE_GNOMENG= yes
|
|
|
|
USE_GNOME= gnomehack
|
2003-01-04 16:57:51 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2002-08-03 13:12:47 +00:00
|
|
|
CONFIGURE_ARGS= --program-transform-name=\'\'
|
2002-11-30 20:11:52 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2002-07-22 13:41:43 +00:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2002-08-12 09:20:52 +00:00
|
|
|
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
2002-07-22 13:41:43 +00:00
|
|
|
|
2003-01-01 19:16:15 +00:00
|
|
|
MAN1= mcs.1 mint.1 mono.1 monoburg.1 monodis.1 monostyle.1 \
|
2003-01-13 17:40:55 +00:00
|
|
|
sqlsharp.1
|
2002-08-03 13:12:47 +00:00
|
|
|
MAN5= mono-config.5
|
2002-07-22 13:41:43 +00:00
|
|
|
|
2003-01-01 19:16:15 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|<gc.h|<'${LOCALBASE}/'include/gc.h|g' \
|
|
|
|
${WRKSRC}/mono/os/gc_wrapper.h
|
2002-07-22 13:41:43 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|