Ticket #23615: Portfile-kmymoney.diff
File Portfile-kmymoney.diff, 1.4 KB (added by mkae (Marko Käning), 15 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name kmymoney 6 version 1.0. 06 version 1.0.3 7 7 8 8 categories kde finance 9 maintainers nomaintainer9 maintainers MK-MacPorts@techno.ms 10 10 platforms darwin 11 11 12 12 description a personal finance manager … … 23 23 master_sites sourceforge:kmymoney2 24 24 distname kmymoney2-${version} 25 25 use_bzip2 yes 26 checksums md5 f702ea77ff5bf6aec727768da34d98ec \ 27 sha1 c52790f04d2541e430103e61eb8b267cecd024c5 \ 28 rmd160 ecc35c25b37b8284c08c3e01c8852cb0c7c596b2 26 checksums md5 f131bdf4d2c9f2f5778126fe2ade7c1e \ 27 sha1 d22bc739576d7c32165afb7c4d77d5b9c4f7f253 29 28 30 29 depends_build port:libtool 31 30 32 31 depends_lib port:aqbanking \ 33 32 port:kdebase3 \ 33 port:kde \ 34 34 port:qt3 35 35 36 36 configure.cppflags-append "-L${prefix}/lib" … … 43 43 --enable-mac \ 44 44 --enable-ofxbanking 45 45 46 variant withoutofx description {Without support for OFX} { 47 configure.args-delete \ 48 --enable-ofxbanking 49 } 50 46 51 post-configure { 47 52 ln -sf ${prefix}/bin/glibtool ${worksrcpath}/libtool 48 53 }