Commits
David B. Evans authored b8d4623c6e0
14 14 | supported_archs noarch |
15 15 | |
16 16 | description A Tk-based GUI for the ircII Internet Relay Chat client |
17 17 | |
18 18 | long_description Tkirc is a frontend for unix's ircII (shell-client for the \ |
19 19 | Internet Relay Chat) based on Tcl/Tk. If you know how to \ |
20 20 | use ircII, you should not have any problems using tkirc. |
21 21 | |
22 22 | homepage http://netsplit.de/tkirc2/ |
23 23 | |
24 - | master_sites ftp://ftp.netsplit.de/pub/tcltk/ \ |
24 + | master_sites ${homepage} \ |
25 25 | netbsd:packages/distfiles |
26 26 | |
27 27 | distname ${name}${version} |
28 28 | worksrcdir tkirc2 |
29 29 | |
30 30 | depends_run port:ircii \ |
31 31 | port:tk |
32 32 | |
33 33 | use_configure no |
34 34 | |
40 40 | xinstall ${worksrcpath}/tkirc2 ${destroot}${prefix}/bin |
41 41 | ln -s tkirc2 ${destroot}${prefix}/bin/tkirc |
42 42 | |
43 43 | set docdir ${prefix}/share/doc/${subport} |
44 44 | xinstall -d ${destroot}${docdir} |
45 45 | xinstall -W ${worksrcpath} CHANGES COPYING README ${destroot}${docdir} |
46 46 | |
47 47 | xinstall -d ${destroot}${prefix}/share/doc/tkirc/examples |
48 48 | copy ${worksrcpath}/.tkirc2 ${destroot}${prefix}/share/doc/tkirc/examples |
49 49 | } |
50 + | |
51 + | livecheck.regex tkirc(\\d+(?:\\.\\d+)*)${extract.suffix} |