Lines 18-33
Link Here
|
18 |
|
18 |
|
19 |
GNU_CONFIGURE= yes |
19 |
GNU_CONFIGURE= yes |
20 |
USE_LIBTOOL= yes |
20 |
USE_LIBTOOL= yes |
|
|
21 |
.if defined(NOPORTDOCS) |
22 |
USE_REINPLACE= yes |
23 |
.endif |
21 |
INSTALLS_SHLIB= yes |
24 |
INSTALLS_SHLIB= yes |
22 |
CONFIGURE_ARGS= --enable-shared |
25 |
CONFIGURE_ARGS= --enable-shared |
23 |
|
26 |
|
24 |
MAN1= js.1 jsdas.1 |
27 |
MAN1= js.1 jsdas.1 |
25 |
|
28 |
|
26 |
post-extract: |
29 |
post-extract: |
27 |
${RM} ${WRKSRC}/docs/js.info* |
30 |
@${RM} ${WRKSRC}/docs/js.info* |
28 |
|
|
|
29 |
post-patch: |
30 |
${PERL} -pi -e 's:=makeinfo:="makeinfo --no-split":g' ${WRKSRC}/configure |
31 |
|
31 |
|
32 |
pre-configure: |
32 |
pre-configure: |
33 |
@if [ -f ${LOCALBASE}/include/js.h ]; then \ |
33 |
@if [ -f ${LOCALBASE}/include/js.h ]; then \ |
Lines 39-45
Link Here
|
39 |
|
39 |
|
40 |
pre-install: |
40 |
pre-install: |
41 |
.if defined(NOPORTDOCS) |
41 |
.if defined(NOPORTDOCS) |
42 |
${PERL} -pi -e "s:docs micros examples:micros:g" ${WRKSRC}/Makefile |
42 |
@${REINPLACE_CMD} -e "s:docs micros examples:micros:g" ${WRKSRC}/Makefile |
43 |
.endif |
43 |
.endif |
44 |
|
44 |
|
45 |
post-install: |
45 |
post-install: |