freebsd-ports/lang/mono/Makefile

36 lines
833 B
Makefile
Raw Normal View History

2002-07-22 15:41:43 +02:00
# New ports collection makefile for: mono
# Date created: 22 July 2002
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mono
PORTVERSION= 0.28
2002-07-22 15:41:43 +02:00
CATEGORIES= lang
MASTER_SITES= http://www.go-mono.com/archive/
MAINTAINER= gnome@FreeBSD.org
COMMENT= An open source implementation of .NET Development Framework
2002-07-22 15:41:43 +02:00
2003-04-22 06:46:36 +02:00
LIB_DEPENDS= gc.1:${PORTSDIR}/devel/boehm-gc
2002-07-22 15:41:43 +02:00
USE_LIBTOOL= yes
USE_REINPLACE= yes
2002-07-28 19:12:13 +02:00
USE_BISON= yes
2003-06-16 22:52:58 +02:00
USE_GNOME= gnomehack glib20 pkgconfig
USE_GMAKE= yes
2003-01-04 17:57:51 +01:00
INSTALLS_SHLIB= yes
2002-08-03 15:12:47 +02:00
CONFIGURE_ARGS= --program-transform-name=\'\'
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
2002-07-22 15:41:43 +02:00
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= cert2spc.1 cilc.1 ilasm.1 mcs.1 mint.1 mono.1 \
monoburg.1 monodis.1 monostyle.1 oldmono.1 \
sqlsharp.1
2002-08-03 15:12:47 +02:00
MAN5= mono-config.5
2002-07-22 15:41:43 +02:00
ONLY_FOR_ARCHS= i386
2002-07-22 15:41:43 +02:00
.include <bsd.port.mk>