Ticket #28860: Portfile

File Portfile, 1.3 KB (added by james.r.haigh@…, 13 years ago)

Updated portfile.

Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem 1.0
5
6name            klavaro
7version         1.8.1
8categories      games
9platforms       darwin
10maintainers     gmail.com:james.r.haigh
11
12description     A clean, full-featured typing tutor.
13long_description \
14    Designed to be keyboard and language independent, \
15    with built-in custom keyboard editor. \
16    Includes exercises for adaptability, velocity, \
17    and fluidity, as well as progress charts and the \
18    ability to import text of your choice for practise.
19
20homepage        http://klavaro.sourceforge.net/
21master_sites    sourceforge
22
23checksums       klavaro-1.8.1.tar.bz2 \
24                md5     dc1b34e5f58dc403c4ed0d108e48ad15 \
25                sha1    a1e6fb681b4ad3e1f8f03735572c7604dcfc1804 \
26                rmd160  9cd7ed7ae647b0628b70c832ccf1820d89a07950 \
27                patch-src-Makefile.in.diff \
28                md5     9581a341ee412c1b8b79bbcbfbdb3213 \
29                sha1    8ec924c491bba8cbb9f688be2717140f31ea6d85 \
30                rmd160  d711290cdc8718681c54dedd053f0c24818a60af
31
32use_bzip2       yes
33
34patchfiles      patch-src-Makefile.in.diff
35
36depends_build   port:intltool
37depends_lib     port:gtk2 port:gtkdatabox
38
39#livecheck.regex Help please!