Last change
on this file was
104104,
checked in by jmr@…, 5 years ago
|
sword-bible-*: follow stealth updates, license, noarch
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.2 KB
|
Line | |
---|
1 | # $Id: Portfile 104104 2013-03-16 02:00:50Z jmr@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name sword-bible-asv |
---|
6 | version 1.3 |
---|
7 | categories textproc |
---|
8 | license public-domain |
---|
9 | platforms darwin |
---|
10 | supported_archs noarch |
---|
11 | maintainers nomaintainer |
---|
12 | description American Standard Version (1901), includes footnotes |
---|
13 | long_description The American Standard Version of 1901 is an \ |
---|
14 | Americanization of the English Revised Bible, which \ |
---|
15 | is an update of the KJV to less archaic spelling and \ |
---|
16 | greater accuracy of translation. It has been called \ |
---|
17 | "The Rock of Biblical Honesty." It is the product of \ |
---|
18 | the work of over 50 Evangelical Christian scholars. |
---|
19 | distname ASV |
---|
20 | homepage http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=${distname} |
---|
21 | master_sites http://www.crosswire.org/ftpmirror/pub/sword/packages/rawzip/ |
---|
22 | dist_subdir sword/${distname}-${version} |
---|
23 | use_zip yes |
---|
24 | checksums rmd160 1d80d809806addacc469f0f0a2ae0538d6529a40 \ |
---|
25 | sha256 fa25ce3b06c6de94205fa5481ecba95e2afcf34fb75ba6baf48d26a3520af812 |
---|
26 | depends_lib lib:libsword:sword |
---|
27 | use_configure no |
---|
28 | build {} |
---|
29 | destroot { |
---|
30 | xinstall -d -m 0755 ${destroot}${prefix}/share/sword |
---|
31 | system "cp -R ${workpath}/mods.d ${destroot}${prefix}/share/sword" |
---|
32 | system "cp -R ${workpath}/modules ${destroot}${prefix}/share/sword" |
---|
33 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.