Ticket #19570: Portfile-automoc.patch
File Portfile-automoc.patch, 1.4 KB (added by astricker@…, 16 years ago) |
---|
-
devel/automoc/Portfile
a b 4 4 PortGroup cmake 1.0 5 5 6 6 name automoc 7 version 0.9.8 78 revision 57 version 0.9.88 8 revision 0 9 9 categories devel kde kde4 10 10 maintainers illogic-al openmaintainer 11 11 description A tool which automatically creates .moc files and compiles them in. 12 12 long_description ${description} Necessary for compiling KDE programs. 13 13 platforms darwin 14 14 homepage http://www.kde.org 15 master_sites kde: unstable/${name}4/${version}/15 master_sites kde:stable/${name}4/${version}/ 16 16 use_bzip2 yes 17 17 distname ${name}4-${version} 18 checksums md5 824504508d581e82d5e1a17b01a1d684 18 checksums md5 91bf517cb940109180ecd07bc90c69ec \ 19 sha1 d864c3dda99d8b5f625b9267acfa1d88ff617e3a \ 20 rmd160 8545f159092c9237f8c0f0f14b0dca9bfeac5c19 19 21 20 depends_lib port:qt4- kde22 depends_lib port:qt4-mac 21 23 22 24 use_parallel_build yes 23 25 worksrcdir build … … 26 28 configure.compiler gcc-4.2 27 29 28 30 configure.args-append ../${distname} \ 29 -DQT_QMAKE_EXECUTABLE=${prefix}/libexec/qt4- kde/bin/qmake31 -DQT_QMAKE_EXECUTABLE=${prefix}/libexec/qt4-mac/bin/qmake 30 32