# $Id: Portfile,v 1.1 2004/05/24 04:06:22 rshaw Exp $ PortSystem 1.0 name sword-bible-kjv version 2.2 categories textproc maintainers rshaw@opendarwin.org description King James Version (1769) with Strongs Numbers and Morphology long_description This is the King James Version of the Holy Bible \ (also known as the Authorized Version) with embedded \ Strong's Numbers. The rights to the base text are \ held by the Crown of England. The Strong's numbers \ in the OT were obtained from The Bible Foundation: \ http://www.bf.org. The NT Strong's data was obtained \ from The KJV2003 Project at CrossWire: \ http://www.crosswire.org. These mechanisms provide a \ useful means for looking up the exact original \ language word in a lexicon that is keyed to Strong's \ numbers. distname KJV homepage http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=${distname} master_sites http://www.crosswire.org/ftpmirror/pub/sword/modules/raw/ dist_subdir sword/${distname}-${version} use_zip yes checksums md5 9aac25e0edbee9c2747144c8f17b27ca depends_lib lib:libsword.3:sword use_configure no build {} destroot { xinstall -d -m 0755 ${destroot}${prefix}/share/sword system "cp -R ${workpath}/mods.d ${destroot}${prefix}/share/sword" system "cp -R ${workpath}/modules ${destroot}${prefix}/share/sword" }