|
Lines 1-7
Link Here
|
| 1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
| 2 |
|
2 |
|
| 3 |
PORTNAME= retro12 |
3 |
PORTNAME= retro12 |
| 4 |
DISTVERSION= 2019.10 |
4 |
DISTVERSION= 2020.1 |
| 5 |
CATEGORIES= lang |
5 |
CATEGORIES= lang |
| 6 |
MASTER_SITES= http://forthworks.com/retro/r/ \ |
6 |
MASTER_SITES= http://forthworks.com/retro/r/ \ |
| 7 |
https://forthworks.com/retro/r/ |
7 |
https://forthworks.com/retro/r/ |
|
Lines 13-19
Link Here
|
| 13 |
LICENSE= ISCL |
13 |
LICENSE= ISCL |
| 14 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
14 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
| 15 |
|
15 |
|
| 16 |
USES= ncurses shebangfix |
16 |
USES= shebangfix |
| 17 |
USE_CSTD= c99 |
17 |
USE_CSTD= c99 |
| 18 |
|
18 |
|
| 19 |
SHEBANG_FILES= example/Atua* |
19 |
SHEBANG_FILES= example/Atua* |
|
Lines 35-47
Link Here
|
| 35 |
bin/retro-document \ |
35 |
bin/retro-document \ |
| 36 |
bin/retro-embedimage \ |
36 |
bin/retro-embedimage \ |
| 37 |
bin/retro-extend \ |
37 |
bin/retro-extend \ |
|
|
38 |
bin/retro-locate \ |
| 38 |
bin/retro-muri \ |
39 |
bin/retro-muri \ |
| 39 |
bin/retro-tags \ |
40 |
bin/retro-tags \ |
| 40 |
bin/retro-unu |
41 |
bin/retro-unu |
| 41 |
|
42 |
|
| 42 |
PORTDATA= glossary.retro ngaImage tests words.tsv |
43 |
PORTDATA= ngaImage tests |
| 43 |
|
44 |
|
| 44 |
PORTDOCS= README RELEASE-NOTES doc |
45 |
PORTDOCS= README RELEASE-NOTES |
| 45 |
|
46 |
|
| 46 |
PORTEXAMPLES= example |
47 |
PORTEXAMPLES= example |
| 47 |
|
48 |
|