diff options
Diffstat (limited to 'misc/fortune-mod-mormon')
-rw-r--r-- | misc/fortune-mod-mormon/Makefile | 32 | ||||
-rw-r--r-- | misc/fortune-mod-mormon/distinfo | 3 | ||||
-rw-r--r-- | misc/fortune-mod-mormon/pkg-descr | 20 |
3 files changed, 55 insertions, 0 deletions
diff --git a/misc/fortune-mod-mormon/Makefile b/misc/fortune-mod-mormon/Makefile new file mode 100644 index 000000000000..c3cee2a73de4 --- /dev/null +++ b/misc/fortune-mod-mormon/Makefile @@ -0,0 +1,32 @@ +PORTNAME= fortune-mod-mormon +DISTVERSION= 1.1.0 +CATEGORIES= misc +MASTER_SITES= SF/mormon/fortune-mod-scriptures/${DISTVERSION}/ + +MAINTAINER= ziaee@FreeBSD.org +COMMENT= LDS Scriptures in fortune file format +WWW= https://scriptures.nephi.org + +LICENSE= PD +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= tar:bzip2 +CONFLICTS_INSTALL= fortune-mod-bible fortune-mod-psalms + +MODS= acts aof bible dc eccl epistles gospels isaiah \ + mormon nt ot pgp proverbs psalms scriptures + +PLIST_FILES= ${MODS:S,^,share/games/fortune/,} \ + ${MODS:S,^,share/games/fortune/,:S,$,.dat,} + +do-build: +.for i in ${MODS} + ${RM} ${WRKSRC}/mods/${i}.dat + strfile ${WRKSRC}/mods/${i} +.endfor + +do-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/share/games/fortune + ${INSTALL_DATA} ${WRKSRC}/mods/* ${STAGEDIR}${PREFIX}/share/games/fortune + +.include <bsd.port.mk> diff --git a/misc/fortune-mod-mormon/distinfo b/misc/fortune-mod-mormon/distinfo new file mode 100644 index 000000000000..9a97272518ed --- /dev/null +++ b/misc/fortune-mod-mormon/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1756841313 +SHA256 (fortune-mod-mormon-1.1.0.tar.bz2) = a8e13023fb3f9b7097f0a72d6dcb8b0b553a20b8062f069ef4fc291fff597089 +SIZE (fortune-mod-mormon-1.1.0.tar.bz2) = 4750745 diff --git a/misc/fortune-mod-mormon/pkg-descr b/misc/fortune-mod-mormon/pkg-descr new file mode 100644 index 000000000000..d4ec77ed567c --- /dev/null +++ b/misc/fortune-mod-mormon/pkg-descr @@ -0,0 +1,20 @@ +The four scriptures of the Church of Jesus Christ of Latter Day Saints, +including the King James Version of the Holy Bible, the Book of Mormon, +Doctrine and Covenants, and the Pearl of Great Price, broken down into +fifteen modules in UNIX fortune file format: + +acts - The Acts +aof - Articles of Faith +bible - The Holy Bible (Old and New Testaments) +dc - Doctrine and Covenants +eccl - Ecclesiastes +epistles - The Epistles (Romans - Jude) +gospels - The Four Gospels (Matthew, Mark, Luke and John) +isaiah - The Book of Isaiah +mormon - The Book of Mormon: Another Testament of Jesus Christ +nt - The New Testament +ot - The Old Testament +pgp - The Pearl of Great Price +proverbs - The Book of Proverbs +psalms - The Book of Psalms +scriptures - All the Scriptures included |