Ticket #32114: Portfile.diff
File Portfile.diff, 2.9 KB (added by brent@…, 13 years ago) |
---|
-
Portfile
1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 1 2 # $Id$ 2 3 3 PortSystem 1.0 4 name lifelines 5 version 3.0.46.1 6 categories genealogy 7 maintainers nordist.net:brent 8 description Genealogy software 9 homepage http://${name}.sourceforge.net/ 10 platforms darwin 4 PortSystem 1.0 11 5 12 long_description \ 13 LifeLines is second generation, open source genealogy software. \ 14 It provides GEDCOM interoperability and powerful scripting, with \ 15 a curses-based UI. 6 name lifelines 7 version 3.0.62 8 categories genealogy 9 platforms darwin 10 maintainers nordist.net:brent 16 11 17 master_sites sourceforge12 description Genealogy software 18 13 19 checksums md5 3bcccdf4407052d504b1dd1ad7337b15 14 long_description LifeLines is second generation, open source genealogy \ 15 software. It provides GEDCOM interoperability and \ 16 powerful scripting, with a curses-based UI. 20 17 21 depends_lib port:gettext 18 homepage http://${name}.sourceforge.net/ 22 19 23 configure.args --with-libintl-prefix=${prefix} \ 24 --with-libiconv-prefix=${prefix} \ 25 --without-included-gettext 20 master_sites sourceforge 26 21 22 checksums md5 ff617e64205763c239b0805d8bbe19fe \ 23 sha256 2f00441ac0ed64aab8f76834c055e2b95600ed4c6f5845b9f6e5284ac58a9a52 \ 24 rmd160 55de24a87380867fae50f458465d748882567bd3 25 26 depends_lib port:gettext 27 28 configure.args --with-libintl-prefix=${prefix} \ 29 --with-libiconv-prefix=${prefix} \ 30 --without-included-gettext 31 27 32 post-destroot { 28 xinstall -W ${worksrcpath}/docs -m 644 btedit.1 dbverify.1 llines.1 \ 29 ${destroot}${prefix}/share/man/man1/ 30 system "cd ${destroot}${prefix}/share/doc/${name}/ && \ 31 rm btedit.1 dbverify.1 llines.1" 32 xinstall -d ${destroot}${prefix}/share/${name}/st 33 system "mv ${destroot}${prefix}/share/${name}/st_*.ll \ 34 ${destroot}${prefix}/share/${name}/st" 35 xinstall -W ${worksrcpath}/reports -m 644 CREDIT README tree.tex \ 36 ${destroot}${prefix}/share/${name}/ 37 system "cd ${destroot}${prefix}/share/${name}/ && \ 38 rm ll-*.html ll-*.pdf ll-*.txt listops.jpg" 33 xinstall -W ${worksrcpath}/docs -m 644 btedit.1 dbverify.1 llines.1 \ 34 ${destroot}${prefix}/share/man/man1/ 35 xinstall -d ${destroot}${prefix}/share/${name}/st 36 system "mv ${destroot}${prefix}/share/${name}/st_*.ll \ 37 ${destroot}${prefix}/share/${name}/st" 38 xinstall -W ${worksrcpath}/reports -m 644 CREDIT README tree.tex \ 39 ${destroot}${prefix}/share/${name}/ 40 system "cd ${destroot}${prefix}/share/${name}/ && \ 41 rm ll-*.html ll-*.pdf ll-*.txt" 39 42 }