You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
lifelines: whitespace changes / reformatting / add modeline (https://trac.macports.org/ticket/32114)
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@87393 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
@@ -1,39 +1,42 @@
|
||||
# -*- 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
|
||||
# $Id$
|
||||
|
||||
PortSystem 1.0
|
||||
name lifelines
|
||||
version 3.0.46.1
|
||||
categories genealogy
|
||||
maintainers nordist.net:brent
|
||||
description Genealogy software
|
||||
homepage http://${name}.sourceforge.net/
|
||||
platforms darwin
|
||||
PortSystem 1.0
|
||||
|
||||
long_description \
|
||||
LifeLines is second generation, open source genealogy software. \
|
||||
It provides GEDCOM interoperability and powerful scripting, with \
|
||||
a curses-based UI.
|
||||
name lifelines
|
||||
version 3.0.46.1
|
||||
categories genealogy
|
||||
platforms darwin
|
||||
maintainers nordist.net:brent
|
||||
|
||||
master_sites sourceforge
|
||||
description Genealogy software
|
||||
|
||||
checksums md5 3bcccdf4407052d504b1dd1ad7337b15
|
||||
long_description LifeLines is second generation, open source genealogy \
|
||||
software. It provides GEDCOM interoperability and \
|
||||
powerful scripting, with a curses-based UI.
|
||||
|
||||
depends_lib port:gettext
|
||||
homepage http://${name}.sourceforge.net/
|
||||
|
||||
configure.args --with-libintl-prefix=${prefix} \
|
||||
--with-libiconv-prefix=${prefix} \
|
||||
--without-included-gettext
|
||||
master_sites sourceforge
|
||||
|
||||
checksums md5 3bcccdf4407052d504b1dd1ad7337b15
|
||||
|
||||
depends_lib port:gettext
|
||||
|
||||
configure.args --with-libintl-prefix=${prefix} \
|
||||
--with-libiconv-prefix=${prefix} \
|
||||
--without-included-gettext
|
||||
|
||||
post-destroot {
|
||||
xinstall -W ${worksrcpath}/docs -m 644 btedit.1 dbverify.1 llines.1 \
|
||||
${destroot}${prefix}/share/man/man1/
|
||||
system "cd ${destroot}${prefix}/share/doc/${name}/ && \
|
||||
rm btedit.1 dbverify.1 llines.1"
|
||||
xinstall -d ${destroot}${prefix}/share/${name}/st
|
||||
system "mv ${destroot}${prefix}/share/${name}/st_*.ll \
|
||||
${destroot}${prefix}/share/${name}/st"
|
||||
xinstall -W ${worksrcpath}/reports -m 644 CREDIT README tree.tex \
|
||||
${destroot}${prefix}/share/${name}/
|
||||
system "cd ${destroot}${prefix}/share/${name}/ && \
|
||||
rm ll-*.html ll-*.pdf ll-*.txt listops.jpg"
|
||||
xinstall -W ${worksrcpath}/docs -m 644 btedit.1 dbverify.1 llines.1 \
|
||||
${destroot}${prefix}/share/man/man1/
|
||||
system "cd ${destroot}${prefix}/share/doc/${name}/ && \
|
||||
rm btedit.1 dbverify.1 llines.1"
|
||||
xinstall -d ${destroot}${prefix}/share/${name}/st
|
||||
system "mv ${destroot}${prefix}/share/${name}/st_*.ll \
|
||||
${destroot}${prefix}/share/${name}/st"
|
||||
xinstall -W ${worksrcpath}/reports -m 644 CREDIT README tree.tex \
|
||||
${destroot}${prefix}/share/${name}/
|
||||
system "cd ${destroot}${prefix}/share/${name}/ && \
|
||||
rm ll-*.html ll-*.pdf ll-*.txt listops.jpg"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user