Lines 3-9
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= R |
4 |
PORTNAME= R |
5 |
PORTVERSION= 3.4.0 |
5 |
PORTVERSION= 3.4.0 |
6 |
PORTREVISION= 2 |
6 |
PORTREVISION= 3 |
7 |
CATEGORIES= math lang |
7 |
CATEGORIES= math lang |
8 |
MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||} |
8 |
MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||} |
9 |
|
9 |
|
Lines 122-127
Link Here
|
122 |
post-patch: |
122 |
post-patch: |
123 |
@${REINPLACE_CMD} -e "s|/usr/local|${LOCALBASE}|g" ${WRKSRC}/configure |
123 |
@${REINPLACE_CMD} -e "s|/usr/local|${LOCALBASE}|g" ${WRKSRC}/configure |
124 |
|
124 |
|
|
|
125 |
post-install-RBLAS-on: |
126 |
@${REINPLACE_CMD} -e "s| -lR| -lR -lRblas|" ${STAGEDIR}${PREFIX}/libdata/pkgconfig/libR.pc |
127 |
|
128 |
post-install-RBLAS-off: |
129 |
@${REINPLACE_CMD} -e "s| -lR| -lR ${BLASLIB}|" ${STAGEDIR}${PREFIX}/libdata/pkgconfig/libR.pc |
130 |
|
125 |
.include <bsd.port.pre.mk> |
131 |
.include <bsd.port.pre.mk> |
126 |
.include "compiler.mk" |
132 |
.include "compiler.mk" |
127 |
.include <bsd.port.post.mk> |
133 |
.include <bsd.port.post.mk> |