Lines 2-11
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= lemon |
4 |
PORTNAME= lemon |
5 |
PORTVERSION= 1.69 |
5 |
PORTVERSION= 3.34 |
6 |
CATEGORIES= devel |
6 |
CATEGORIES= devel |
7 |
MASTER_SITES= http://tx97.net/pub/distfiles/ \ |
7 |
MASTER_SITES= http://tx97.net/pub/distfiles/ \ |
8 |
http://mirror.amdmi3.ru/distfiles/ |
8 |
https://bsdforge.com/projects/source/devel/lemon/ |
9 |
|
9 |
|
10 |
MAINTAINER= vmagerya@gmail.com |
10 |
MAINTAINER= vmagerya@gmail.com |
11 |
COMMENT= LALR(1) parser generator. Similar in function to yacc and bison |
11 |
COMMENT= LALR(1) parser generator. Similar in function to yacc and bison |
Lines 15-21
Link Here
|
15 |
ALL_TARGET= ${PORTNAME} |
15 |
ALL_TARGET= ${PORTNAME} |
16 |
|
16 |
|
17 |
post-patch: |
17 |
post-patch: |
18 |
${REINPLACE_CMD} -e 's| = pathsearch(.*| = "${DATADIR}/lempar.c";|' \ |
18 |
${REINPLACE_CMD} -e 's|toFree = tpltname = pathsearch(.*|tpltname = "${DATADIR}/lempar.c";|' \ |
19 |
${WRKSRC}/lemon.c |
19 |
${WRKSRC}/lemon.c |
20 |
|
20 |
|
21 |
do-install: |
21 |
do-install: |