Lines 2-30
Link Here
|
2 |
# Date created: 22 July 2002 |
2 |
# Date created: 22 July 2002 |
3 |
# Whom: Yukihiro Nakai <nakai@FreeBSD.org> |
3 |
# Whom: Yukihiro Nakai <nakai@FreeBSD.org> |
4 |
# |
4 |
# |
5 |
# $FreeBSD: ports/lang/mono/Makefile,v 1.34 2004/08/29 01:20:25 pav Exp $ |
5 |
# $FreeBSD$ |
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= mono |
8 |
PORTNAME= mono |
9 |
PORTVERSION= 1.0 |
9 |
PORTVERSION= 1.0.4 |
10 |
PORTREVISION= 1 |
|
|
11 |
CATEGORIES= lang |
10 |
CATEGORIES= lang |
12 |
MASTER_SITES= http://mono.ximian.com/archive/${PORTVERSION}/ |
11 |
MASTER_SITES= http://www.go-mono.com/archive/${PORTVERSION}/ |
13 |
|
12 |
|
14 |
MAINTAINER= coop9211@uidaho.edu |
13 |
MAINTAINER= coop9211@uidaho.edu |
15 |
COMMENT= An open source implementation of .NET Development Framework |
14 |
COMMENT= An open source implementation of .NET Development Framework |
16 |
|
15 |
|
17 |
USE_REINPLACE= yes |
16 |
USE_REINPLACE= yes |
18 |
USE_BISON= yes |
17 |
USE_BISON= yes |
19 |
USE_GNOME= gnomehack glib20 pkgconfig |
18 |
USE_GNOME= gnomehack glib20 |
20 |
USE_GMAKE= yes |
19 |
USE_GMAKE= yes |
21 |
GNU_CONFIGURE= yes |
20 |
LIBTOOLFILES= configure libgc/configure |
|
|
21 |
USE_LIBTOOL_VER=15 |
22 |
INSTALLS_SHLIB= yes |
22 |
INSTALLS_SHLIB= yes |
23 |
CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ |
23 |
CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ |
24 |
PTHREAD_LIBS="${PTHREAD_LIBS}" |
24 |
PTHREAD_LIBS="${PTHREAD_LIBS}" |
25 |
CONFIGURE_ARGS= --program-transform-name=\'\' \ |
25 |
CONFIGURE_ARGS= --program-transform-name=\'\' \ |
26 |
--with-gc=included \ |
26 |
--with-gc=included \ |
27 |
--with-nptl=no |
27 |
--with-tls=pthread |
28 |
|
28 |
|
29 |
MAN1= cert2spc.1 certmgr.1 chktrust.1 cilc.1 disco.1 gacutil.1 \ |
29 |
MAN1= cert2spc.1 certmgr.1 chktrust.1 cilc.1 disco.1 gacutil.1 \ |
30 |
genxs.1 ilasm.1 makecert.1 mcs.1 mint.1 mono.1 \ |
30 |
genxs.1 ilasm.1 makecert.1 mcs.1 mint.1 mono.1 \ |
Lines 38-45
Link Here
|
38 |
|
38 |
|
39 |
.if ${OSVERSION} < 500000 |
39 |
.if ${OSVERSION} < 500000 |
40 |
EXTRA_PATCHES= ${FILESDIR}/extra-patch-signbit |
40 |
EXTRA_PATCHES= ${FILESDIR}/extra-patch-signbit |
41 |
.elif ${OSVERSION} < 502113 |
41 |
.elif ${OSVERSION} < 503000 |
42 |
IGNORE= "Does not work on 5.X before 502113" |
42 |
IGNORE= "Does not work on 5.X before 503000" |
43 |
.endif |
43 |
.endif |
|
|
44 |
|
45 |
post-patch: |
46 |
@${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' \ |
47 |
${WRKSRC}/mono/metadata/assembly.c |
44 |
|
48 |
|
45 |
.include <bsd.port.post.mk> |
49 |
.include <bsd.port.post.mk> |