Ticket #17851: Portfile-kmymoney.diff
File Portfile-kmymoney.diff, 1.4 KB (added by macports@…, 16 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name kmymoney 6 version 0. 8.96 version 0.9.2-1 7 7 revision 1 8 8 9 9 categories kde finance … … 23 23 homepage http://kmymoney2.sourceforge.net/index-home.html 24 24 master_sites sourceforge:kmymoney2 25 25 distname kmymoney2-${version} 26 worksrcdir kmymoney2-0.9.2 26 27 use_bzip2 yes 27 checksums md5 1f0c412f88b9344c18562fbca3c1071728 checksums md5 e5c164cb0d654087fa018a3779aa8fe9 28 29 29 30 depends_lib port:aqbanking \ 30 31 port:kdebase3 \ 31 port:qt3 32 port:qt3 \ 33 port:libxmlxx2 \ 34 port:libtool 32 35 33 36 configure.cppflags-append "-L${prefix}/lib" 34 37 configure.cflags-append "-L${prefix}/lib" 35 38 configure.ldflags-append "-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib" 36 39 configure.env QTDIR=${prefix}/lib/qt3 40 configure.env-append MKDIR_P="[exec which mkdir] -p" 37 41 configure.args --with-qt-dir=${prefix}/lib/qt3 \ 38 42 --without-arts \ 39 43 --enable-mac \ 40 44 --enable-ofxbanking 45 46 post-configure { 47 ln -f [exec which glibtool] ${worksrcpath}/libtool 48 }