1 | # $Id: Portfile,v 1.3 2003/03/03 07:26:05 mij Exp $ |
---|
2 | PortSystem 1.0 |
---|
3 | name tkman |
---|
4 | version 2.2 |
---|
5 | description TK-based GUI for manpage viewing. |
---|
6 | long_description A TK Based Manpage viewer. TkMan offers indexing, \ |
---|
7 | searching and browsing of man pages, info pages and TeX pages. |
---|
8 | platforms darwin macosx |
---|
9 | categories textproc |
---|
10 | maintainers lomion@mac.com |
---|
11 | master_sites sourceforge |
---|
12 | patchfiles patch-Makefile |
---|
13 | checksums md5 0e81735c93ab2500d6105ff33095c3e8 |
---|
14 | depends_lib bin:rman:rman bin:agrep:glimpse lib:libXrender.1.1:XFree86 lib:libtk8.4:tk |
---|
15 | configure { cd ${worksrcpath} |
---|
16 | reinplace "s|__PREFIX|${prefix}|g" Makefile |
---|
17 | reinplace "s|__DSTROOT|${destroot}${prefix}|g" Makefile} |
---|