1 | # $Id:$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name robodoc |
---|
5 | version 4.99.40 |
---|
6 | categories devel |
---|
7 | platforms darwin |
---|
8 | maintainers nomaintainer |
---|
9 | homepage http://www.xs4all.nl/~rfsber/Robo/${name}.html |
---|
10 | description Bot used to document source code. |
---|
11 | |
---|
12 | long_description ROBODoc can be used to document functions, methods, classes, \ |
---|
13 | variables, makefile entries, system tests, and anything else \ |
---|
14 | you can think of. ROBODoc works with any language that \ |
---|
15 | supports reasonable comments, and uses a syntax similar to \ |
---|
16 | that of the old Amiga ``Autodocs'' program. |
---|
17 | |
---|
18 | |
---|
19 | master_sites http://www.xs4all.nl/~rfsber/Robo/ |
---|
20 | |
---|
21 | checksums sha1 1bb3d4ace868b63a573b16fb5ac13bdbbf43e2ae \ |
---|
22 | rmd160 14b0a6649bfe84fcf7f12df65b19c2bfb174c043 |
---|
23 | |
---|
24 | configure.args --mandir="${prefix}/share/man" |
---|
25 | |
---|
26 | destroot.destdir prefix="${destroot}${prefix}" \ |
---|
27 | docdir="${destroot}${prefix}/share/doc/${name}" \ |
---|
28 | mandir="${destroot}${prefix}/share/man" |
---|
29 | |
---|
30 | post-destroot { |
---|
31 | reinplace "s|/usr/share|${prefix}/share/doc|" \ |
---|
32 | "${destroot}${prefix}/share/man/man1/robodoc.1" |
---|
33 | } |
---|