Lines 13-38
Link Here
|
13 |
LICENSE= BSD2CLAUSE |
13 |
LICENSE= BSD2CLAUSE |
14 |
LICENSE_FILE= ${WRKSRC}/COPYING |
14 |
LICENSE_FILE= ${WRKSRC}/COPYING |
15 |
|
15 |
|
16 |
USE_GITHUB= yes |
16 |
OPTIONS_DEFINE= COMBEXPL CRNL DOCS EXAMPLES |
17 |
GH_ACCOUNT= kkos |
17 |
COMBEXPL_DESC= Perform combination explosion check |
|
|
18 |
CRNL_DESC= Enable CR+NL as line terminator |
18 |
|
19 |
|
19 |
OPTIONS_DEFINE= DOCS EXAMPLES |
|
|
20 |
|
21 |
CONFLICTS_INSTALL= oniguruma[45]-.* |
20 |
CONFLICTS_INSTALL= oniguruma[45]-.* |
22 |
|
21 |
|
23 |
USES= pathfix autoreconf libtool |
22 |
USES= pathfix autoreconf libtool |
|
|
23 |
USE_GITHUB= yes |
24 |
GH_ACCOUNT= kkos |
25 |
USE_LDCONFIG= yes |
24 |
PATHFIX_MAKEFILEIN= Makefile.am |
26 |
PATHFIX_MAKEFILEIN= Makefile.am |
25 |
GNU_CONFIGURE= yes |
27 |
GNU_CONFIGURE= yes |
|
|
28 |
COMBEXPL_CONFIGURE_ON= --enable-combination-explosion-check |
29 |
CRNL_CONFIGURE_ON= --enable-crnl-as-line-terminator |
26 |
INSTALL_TARGET= install-strip |
30 |
INSTALL_TARGET= install-strip |
27 |
USE_LDCONFIG= yes |
|
|
28 |
TEST_TARGET= test |
31 |
TEST_TARGET= test |
29 |
TEST_WRKSRC= ${WRKSRC}/test |
32 |
TEST_WRKSRC= ${WRKSRC}/test |
|
|
33 |
# Ignore testcases with the Japanese character set |
34 |
CFLAGS+= -DIGNORE_EUC_JP |
30 |
|
35 |
|
31 |
post-patch: |
|
|
32 |
@${REINPLACE_CMD} -e \ |
33 |
'/^INCLUDES/s|$$(includedir)|| ; \ |
34 |
s|$$(<)|$$(@).in|' ${WRKSRC}/Makefile.am |
35 |
|
36 |
post-install: |
36 |
post-install: |
37 |
@${MKDIR} ${STAGEDIR}${DOCSDIR} |
37 |
@${MKDIR} ${STAGEDIR}${DOCSDIR} |
38 |
(cd ${WRKSRC} && ${INSTALL_DATA} HISTORY README ${STAGEDIR}${DOCSDIR}) |
38 |
(cd ${WRKSRC} && ${INSTALL_DATA} HISTORY README ${STAGEDIR}${DOCSDIR}) |