Ticket #12605: Portfile

File Portfile, 456 bytes (added by master@…, 16 years ago)

Portfile for a test port for Ryan

Line 
1
2PortSystem 1.0
3
4name            tclock
5version         1
6categories      devel
7platforms       darwin freebsd
8maintainers     nomaintainer
9description     ncurses test app
10long_description \
11    ncurses test app.
12
13homepage        http://www.iaas.msu.ru/tmp
14master_sites    http://www.iaas.msu.ru/tmp
15checksums       md5 e69573ab3ce4e4b4d49b2f5cf2d6fab0
16
17use_configure   no
18build.env       CFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib prefix=${prefix}