Ticket #11047: patch-Portfile.diff
File patch-Portfile.diff, 2.6 KB (added by cssdev, 18 years ago) |
---|
-
Portfile
1 1 # $Id$ 2 2 3 3 PortSystem 1.0 4 name doxygen 5 version 1.5.0 6 revision 1 7 categories textproc devel 8 maintainers css@macports.org 9 description Documentation system for several programming languages 4 name doxygen 5 version 1.5.1 6 categories textproc devel 7 maintainers css@macports.org 8 description Documentation system for several programming languages 10 9 long_description \ 11 10 It can generate an on-line documentation browser (in HTML) and/or an \ 12 11 off-line reference manual from a set of documented source files. \ … … 21 20 graphs, inheritance diagrams, and collaboration diagrams, which are \ 22 21 all generated automatically. 23 22 24 platforms 23 platforms darwin 25 24 26 homepage 25 homepage http://www.doxygen.org/ 27 26 master_sites ftp://ftp.stack.nl/pub/users/dimitri/ 28 distfiles 27 distfiles ${distname}.src${extract.suffix} 29 28 30 checksums md5 8b006cee7fd92bdbb67b2990fce703ed\31 sha1 74a102ed90b8821f11d25b9f16b1a666337c2827\32 rmd160 96611fab78d403f505865fdc2bca679b39c8cf9d29 checksums md5 43b8e58e5ca70cb8f1285c35a171014e \ 30 sha1 eac525c670ef3f1f81c3038588b42e111a9ec6a6 \ 31 rmd160 bacd34a5a69833e42e116d997c99df03dd837062 33 32 34 depends_lib 35 33 depends_lib bin:tex:teTeX bin:gs:ghostscript lib:libpng:libpng \ 34 bin:dot:graphviz bin:ginstall:coreutils 36 35 37 36 # setup to work smoothly with Qt3 38 patchfiles patch-addon_doxywizard_Makefile.doxywizard39 37 post-patch { 40 38 reinplace "s|\$(QTDIR)/include|\$(QTDIR)/include/qt3|g" \ 41 39 "${worksrcpath}/tmake/lib/macosx-c++/tmake.conf" … … 43 41 ${worksrcpath}/addon/doxywizard/Makefile.doxywizard 44 42 reinplace "s|@@X11PREFIX@@|${x11prefix}|g" \ 45 43 ${worksrcpath}/addon/doxywizard/Makefile.doxywizard 46 reinplace "s|(QTDIR)/include|(QTDIR)/include/qt3|g" \47 ${worksrcpath}/addon/doxywizard/Makefile.doxywizard48 44 } 49 45 50 46 configure.pre_args --prefix ${prefix} 51 47 configure.args --docdir ${prefix}/share/doc 52 48 configure.env QTDIR=${prefix} 53 49 54 build.env 50 build.env QTDIR=${prefix} 55 51 build.target all pdf 56 52 57 53 destroot.target install install_docs 58 54 destroot.args INSTALL=${destroot}${prefix} \ 59 60 55 DOCDIR=${destroot}${prefix}/share/doc/doxygen \ 56 MAN1DIR=share/man/man1 61 57 62 58 variant wizard { 63 59 depends_lib-append lib:libqt-mt:qt3