|
Lines 1-7
Link Here
|
| 1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
| 2 |
|
2 |
|
| 3 |
PORTNAME= retro12 |
3 |
PORTNAME= retro12 |
| 4 |
DISTVERSION= 2019.7 |
4 |
DISTVERSION= 2019.10 |
| 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 25-31
Link Here
|
| 25 |
PREFIX=${PREFIX} |
25 |
PREFIX=${PREFIX} |
| 26 |
# There are race conditions in the makefile due to missing dependencies for |
26 |
# There are race conditions in the makefile due to missing dependencies for |
| 27 |
# targets as upstream tests releases on single core machines. |
27 |
# targets as upstream tests releases on single core machines. |
| 28 |
MAKE_JOBS_UNSAFE= yes |
28 |
MAKE_JOBS_UNSAFE= no |
| 29 |
|
29 |
|
| 30 |
PLIST_FILES= bin/retro \ |
30 |
PLIST_FILES= bin/retro \ |
| 31 |
bin/retro-describe \ |
31 |
bin/retro-describe \ |
|
Lines 33-41
Link Here
|
| 33 |
bin/retro-embedimage \ |
33 |
bin/retro-embedimage \ |
| 34 |
bin/retro-extend \ |
34 |
bin/retro-extend \ |
| 35 |
bin/retro-muri \ |
35 |
bin/retro-muri \ |
|
|
36 |
bin/retro-tags \ |
| 36 |
bin/retro-unu |
37 |
bin/retro-unu |
| 37 |
|
38 |
|
| 38 |
PORTDATA= glossary.forth \ |
39 |
PORTDATA= glossary.retro \ |
| 39 |
ngaImage \ |
40 |
ngaImage \ |
| 40 |
tests \ |
41 |
tests \ |
| 41 |
words.tsv |
42 |
words.tsv |