# $Id: Portfile,v 1.1 2004/05/24 04:06:23 rshaw Exp $ PortSystem 1.0 name sword-bible-rsv version 1.3 categories textproc maintainers rshaw@opendarwin.org description Revised Standard Version (1952) long_description The Holy Bible, Revised Standard Version 1952 (RSV), \ the authorized revision of the American Standard \ Version of 1901, Copyright (c) 1946, 1952, 1973 by \ the Division of Christian Education of the National \ Council of Churches of Christ in the United States \ of America. distname RSV 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 b52fb5188e8fb147875a6b4e16f4cf0a 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" }