Ticket #12605: Portfile
| File Portfile, 456 bytes (added by master@…, 12 months ago) |
|---|
| Line | |
|---|---|
| 1 | |
| 2 | PortSystem 1.0 |
| 3 | |
| 4 | name tclock |
| 5 | version 1 |
| 6 | categories devel |
| 7 | platforms darwin freebsd |
| 8 | maintainers nomaintainer |
| 9 | description ncurses test app |
| 10 | long_description \ |
| 11 | ncurses test app. |
| 12 | |
| 13 | homepage http://www.iaas.msu.ru/tmp |
| 14 | master_sites http://www.iaas.msu.ru/tmp |
| 15 | checksums md5 e69573ab3ce4e4b4d49b2f5cf2d6fab0 |
| 16 | |
| 17 | use_configure no |
| 18 | build.env CFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib prefix=${prefix} |

