Lines 7-14
Link Here
|
7 |
# |
7 |
# |
8 |
|
8 |
|
9 |
PORTNAME= camomile |
9 |
PORTNAME= camomile |
10 |
PORTVERSION= 0.6.6 |
10 |
PORTVERSION= 0.7.1 |
11 |
PORTREVISION= 1 |
11 |
PORTREVISION= 0 |
12 |
CATEGORIES= devel |
12 |
CATEGORIES= devel |
13 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
13 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
14 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
14 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
Lines 28-33
Link Here
|
28 |
DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME} |
28 |
DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME} |
29 |
EXAMPLESDIR= ${PREFIX}/share/examples/ocaml/${PORTNAME} |
29 |
EXAMPLESDIR= ${PREFIX}/share/examples/ocaml/${PORTNAME} |
30 |
|
30 |
|
|
|
31 |
PLIST_FILES= bin/camomilecharmap \ |
32 |
bin/camomilelocaledef |
33 |
|
31 |
.include <bsd.port.pre.mk> |
34 |
.include <bsd.port.pre.mk> |
32 |
.include "${PORTSDIR}/lang/ocaml/bsd.ocaml.mk" |
35 |
.include "${PORTSDIR}/lang/ocaml/bsd.ocaml.mk" |
33 |
|
36 |
|
Lines 35-42
Link Here
|
35 |
BROKEN= Need working <wctype.h> |
38 |
BROKEN= Need working <wctype.h> |
36 |
.endif |
39 |
.endif |
37 |
|
40 |
|
38 |
post-extract: |
41 |
post-patch: |
39 |
@${CP} ${WRKSRC}/META ${WRKSRC}/META.in |
|
|
40 |
@${REINPLACE_CMD} -E -e \ |
42 |
@${REINPLACE_CMD} -E -e \ |
41 |
"s,([[:space:]]*)cp[[:space:]]*-f,\1\$${BSD_INSTALL_DATA}," \ |
43 |
"s,([[:space:]]*)cp[[:space:]]*-f,\1\$${BSD_INSTALL_DATA}," \ |
42 |
${WRKSRC}/Makefile.in |
44 |
${WRKSRC}/Makefile.in |