Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= bigloo |
8 |
PORTNAME= bigloo |
9 |
PORTVERSION= 3.1a |
9 |
PORTVERSION= 3.2a |
10 |
CATEGORIES= lang scheme |
10 |
CATEGORIES= lang scheme |
11 |
MASTER_SITES= ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/ \ |
11 |
MASTER_SITES= ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/ \ |
12 |
ftp://kaolin.unice.fr/pub/Bigloo/ |
12 |
ftp://kaolin.unice.fr/pub/Bigloo/ |
Lines 32-38
Link Here
|
32 |
--gclibdir=${LOCALBASE}/lib \ |
32 |
--gclibdir=${LOCALBASE}/lib \ |
33 |
--gcincdir=${LOCALBASE}/include \ |
33 |
--gcincdir=${LOCALBASE}/include \ |
34 |
--customgc=no |
34 |
--customgc=no |
35 |
ALL_TARGET= # empty |
35 |
ALL_TARGET= build |
36 |
INSTALL_TARGET= install-progs compile-bee install-bee |
36 |
INSTALL_TARGET= install-progs compile-bee install-bee |
37 |
USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/bigloo/${PORTVERSION} |
37 |
USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/bigloo/${PORTVERSION} |
38 |
PLIST_SUB= BIGLOO_VERSION="${PORTVERSION}" |
38 |
PLIST_SUB= BIGLOO_VERSION="${PORTVERSION}" |
Lines 40-45
Link Here
|
40 |
MAN1= bigloo.1 |
40 |
MAN1= bigloo.1 |
41 |
INFO= bigloo |
41 |
INFO= bigloo |
42 |
|
42 |
|
|
|
43 |
.include <bsd.port.pre.mk> |
44 |
|
45 |
.if ${ARCH} == "sparc64" |
46 |
BROKEN= Does not compile on sparc64 |
47 |
.endif |
48 |
|
43 |
post-patch: |
49 |
post-patch: |
44 |
@${REINPLACE_CMD} -e 's|"-O3"|""|g' ${WRKSRC}/configure |
50 |
@${REINPLACE_CMD} -e 's|"-O3"|""|g' ${WRKSRC}/configure |
45 |
@${REINPLACE_CMD} -e 's|"-pthread"|"${PTHREAD_LIBS}"|g' \ |
51 |
@${REINPLACE_CMD} -e 's|"-pthread"|"${PTHREAD_LIBS}"|g' \ |
Lines 63-72
Link Here
|
63 |
test: build |
69 |
test: build |
64 |
@(cd ${WRKSRC}; ${GMAKE} test) |
70 |
@(cd ${WRKSRC}; ${GMAKE} test) |
65 |
|
71 |
|
66 |
.include <bsd.port.pre.mk> |
|
|
67 |
|
68 |
.if ${ARCH} == "sparc64" |
69 |
BROKEN= Does not compile on sparc64 |
70 |
.endif |
71 |
|
72 |
.include <bsd.port.post.mk> |
72 |
.include <bsd.port.post.mk> |