1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/lang/mono/Makefile

40 lines
984 B
Makefile
Raw Normal View History

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
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
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=\'\'
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
2002-07-22 13:41:43 +00:00
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
2002-07-22 13:41:43 +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
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>