Ticket #337: Portfile

File Portfile, 580 bytes (added by lomion@…, 21 years ago)

Updated portfile

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