Lines 1-11
Link Here
|
1 |
# Created by: Marwan Burelle <marwan.burelle@lri.fr> |
1 |
# Created by: Marwan Burelle <marwan.burelle@lri.fr> |
2 |
|
2 |
|
3 |
PORTNAME= ledit |
3 |
PORTNAME= ledit |
4 |
PORTVERSION= 2.04 |
4 |
DISTVERSION= 2-05 |
5 |
CATEGORIES= sysutils |
5 |
CATEGORIES= sysutils |
6 |
MASTER_SITES= http://cristal.inria.fr/%SUBDIR%/ \ |
6 |
MASTER_SITES= https://github.com/chetmurthy/ledit/archive/ |
7 |
http://pauillac.inria.fr/%SUBDIR%/ |
|
|
8 |
MASTER_SITE_SUBDIR= ~ddr/${PORTNAME}/distrib/src |
9 |
|
7 |
|
10 |
MAINTAINER= k@stereochro.me |
8 |
MAINTAINER= k@stereochro.me |
11 |
COMMENT= Line editor to be used with interactive commands |
9 |
COMMENT= Line editor to be used with interactive commands |
Lines 15-23
LICENSE_FILE= ${WRKSRC}/LICENSE
Link Here
|
15 |
|
13 |
|
16 |
BUILD_DEPENDS= camlp5r:devel/ocaml-camlp5 |
14 |
BUILD_DEPENDS= camlp5r:devel/ocaml-camlp5 |
17 |
|
15 |
|
18 |
USES= gmake tar:tgz |
16 |
USES= gmake |
19 |
USE_OCAML= yes |
17 |
USE_OCAML= yes |
20 |
|
18 |
|
|
|
19 |
#USE_GITHUB= yes |
20 |
#GH_ACCOUNT= chetmurthy |
21 |
|
22 |
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-${DISTVERSION} |
21 |
ALL_TARGET= all ledit.opt |
23 |
ALL_TARGET= all ledit.opt |
22 |
MAKE_JOBS_UNSAFE= yes |
24 |
MAKE_JOBS_UNSAFE= yes |
23 |
|
25 |
|