mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
1.0 KiB
Plaintext
30 lines
1.0 KiB
Plaintext
PortSystem 1.0
|
|
|
|
name sword-dictionary-strongshebrew
|
|
version 1.2
|
|
revision 2
|
|
categories textproc
|
|
license public-domain
|
|
platforms any
|
|
supported_archs noarch
|
|
maintainers nomaintainer
|
|
description Strong's Hebrew Bible Dictionary
|
|
long_description Dictionaries of Hebrew and Greek Words taken from \
|
|
Strong's Exhaustive Concordance by James Strong, \
|
|
S.T.D., LL.D. 1890 Public Domain -- Copy Freely
|
|
distname StrongsHebrew
|
|
homepage http://www.crosswire.org/sword/modules/ModInfo.jsp?modName=${distname}
|
|
master_sites http://www.crosswire.org/ftpmirror/pub/sword/packages/rawzip/
|
|
dist_subdir sword/${distname}-${version}_3
|
|
use_zip yes
|
|
checksums rmd160 537c33f8d56a3c24353c2d9166c7dc5f11da958c \
|
|
sha256 51bd1f67e8730ce60ce3ad601faa53e79110f24f695d88f85d914c153204d0e0
|
|
depends_lib lib:libsword: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"
|
|
}
|