1 | PortSystem 1.0 |
---|
2 | name pinfo |
---|
3 | version 0.6.9 |
---|
4 | categories textproc |
---|
5 | maintainers master@iaas.msu.ru |
---|
6 | description Pinfo - Ncurses based info documentation browser |
---|
7 | long_description \ |
---|
8 | Pinfo is a hypertext info file viewer \ |
---|
9 | with a user interface similar to lynx. \ |
---|
10 | It is based on curses/ncurses, \ |
---|
11 | and can handle info pages as well as man pages. \ |
---|
12 | It also features regexp searching and user-defined colors/keys. |
---|
13 | |
---|
14 | platforms darwin |
---|
15 | |
---|
16 | homepage http://pinfo.alioth.debian.org/ |
---|
17 | master_sites http://alioth.debian.org/download.php/1502/ |
---|
18 | |
---|
19 | checksums md5 c3298d36537601753558b3e9240b00b7 |
---|
20 | |
---|
21 | pre-patch { |
---|
22 | reinplace "s#/usr/share/info:/usr/info:/usr/local/share/info:/usr/local/info:/opt/info#/usr/share/info:/usr/info:/usr/local/share/info:/usr/local/info:/opt/info:${prefix}/share/info#" "${worksrcpath}/src/datatypes.c" |
---|
23 | } |
---|
24 | |
---|
25 | configure.env CFLAGS="-I'${prefix}/include'" LDFLAGS="-L'${prefix}/lib'" |
---|
26 | |
---|
27 | configure.args --mandir=${prefix}/share/man --infodir=${prefix}/share/info \ |
---|
28 | --with-ncurses --disable-nls |
---|