Ticket #28107: Portfile.patch
File Portfile.patch, 1.7 KB (added by jking+macports@…, 14 years ago) |
---|
-
Portfile
old new 1 # $Id: Portfile 75061 2011-01-13 21:07:47Z ryandesign@macports.org$1 # $Id:$ 2 2 3 3 PortSystem 1.0 4 4 name robodoc 5 version 4.99.85 version 4.99.40 6 6 categories devel 7 7 platforms darwin 8 8 maintainers nomaintainer … … 10 10 description Bot used to document source code. 11 11 12 12 long_description ROBODoc can be used to document functions, methods, classes, \ 13 variables, makefile entries, system tests, and anything else you\14 can think of.\15 ROBODoc works with C, C++, Fortran, Perl, shell scripts, Assembler,\16 DCL, DB/C, Tcl/Tk, Forth, Lisp, COBOL, Occam, Basic, HTML, and any \ 17 other language that supports remarks. 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 18 19 19 master_sites http://www.xs4all.nl/~rfsber/Robo/ 20 20 21 checksums md5 819f86e29dc8fee5b1831b23ca23cd75 21 checksums sha1 1bb3d4ace868b63a573b16fb5ac13bdbbf43e2ae \ 22 rmd160 14b0a6649bfe84fcf7f12df65b19c2bfb174c043 22 23 23 24 configure.args --mandir="${prefix}/share/man" 24 25 … … 26 27 docdir="${destroot}${prefix}/share/doc/${name}" \ 27 28 mandir="${destroot}${prefix}/share/man" 28 29 29 post-destroot { file copy "${worksrcpath}/Examples" \ 30 "${destroot}${prefix}/share/doc/${name}" 30 post-destroot { 31 31 reinplace "s|/usr/share|${prefix}/share/doc|" \ 32 32 "${destroot}${prefix}/share/man/man1/robodoc.1" 33 33 }