Ticket #1456: Portfile

File Portfile, 669 bytes (added by lomion@…, 20 years ago)

Portfile updated for version 2.2

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