Ticket #13171: patch-Portfile.diff
File patch-Portfile.diff, 1.1 KB (added by cssdev, 17 years ago) |
---|
-
Portfile
2 2 3 3 PortSystem 1.0 4 4 name doxygen 5 version 1.5. 35 version 1.5.4 6 6 categories textproc devel 7 7 maintainers css@macports.org 8 8 description Documentation system for several programming languages … … 26 26 master_sites ftp://ftp.stack.nl/pub/users/dimitri/ 27 27 distfiles ${distname}.src${extract.suffix} 28 28 29 checksums md5 5fd6f0c2c7946005703b47dc6b663757\30 sha1 1 3bb3c234d1ec429919673b87bd42f849708b808 \31 rmd160 f5e83a0feae0a53ae5c5733305f86cfa8937dafd29 checksums md5 10ffe8d445dc1bf7dd69292b266906ff \ 30 sha1 1a815f7de6b412f7852d57dec9eb50f7c4b03268 \ 31 rmd160 263e2287da4fbe91a429dc53fe3569b150c76fdf 32 32 33 33 depends_lib bin:tex:teTeX bin:gs:ghostscript lib:libpng:libpng \ 34 34 bin:dot:graphviz bin:ginstall:coreutils … … 43 43 ${worksrcpath}/addon/doxywizard/Makefile.doxywizard 44 44 } 45 45 46 patchfiles patch-portable.cpp46 #patchfiles patch-portable.cpp 47 47 48 48 configure.pre_args --prefix ${prefix} 49 49 configure.args --docdir ${prefix}/share/doc