Lines 3-8
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= camlp4 |
4 |
PORTNAME= camlp4 |
5 |
PORTVERSION= 4.02.1+1 |
5 |
PORTVERSION= 4.02.1+1 |
|
|
6 |
PORTREVISION= 1 |
6 |
CATEGORIES= devel |
7 |
CATEGORIES= devel |
7 |
MASTER_SITES= GH |
8 |
MASTER_SITES= GH |
8 |
PKGNAMEPREFIX= ocaml- |
9 |
PKGNAMEPREFIX= ocaml- |
Lines 12-27
Link Here
|
12 |
|
13 |
|
13 |
LICENSE= LGPL20 |
14 |
LICENSE= LGPL20 |
14 |
|
15 |
|
15 |
BUILD_DEPENDS= ${LOCALBASE}/bin/ocamlc:${PORTSDIR}/lang/ocaml |
|
|
16 |
|
17 |
USE_GITHUB= yes |
16 |
USE_GITHUB= yes |
18 |
GH_ACCOUNT= ocaml |
17 |
GH_ACCOUNT= ocaml |
19 |
GH_TAGNAME= bdd88a1 |
18 |
GH_TAGNAME= bdd88a1 |
20 |
|
19 |
|
21 |
USES= gmake |
20 |
USES= gmake |
|
|
21 |
USE_OCAML= yes |
22 |
HAS_CONFIGURE= yes |
22 |
HAS_CONFIGURE= yes |
23 |
MAKE_ENV+= DESTDIR="${STAGEDIR}" |
23 |
MAKE_ENV+= DESTDIR="${STAGEDIR}" |
24 |
MAKE_JOBS_UNSAFE=yes |
24 |
MAKE_JOBS_UNSAFE=yes |
|
|
25 |
ALL_TARGET= all camlp4/META |
26 |
INSTALL_TARGET= install install-META |
25 |
|
27 |
|
26 |
post-stage: |
28 |
post-stage: |
27 |
.for f in camlp4o camlp4of camlp4oof camlp4orf camlp4r camlp4rf |
29 |
.for f in camlp4o camlp4of camlp4oof camlp4orf camlp4r camlp4rf |