Add fortune-mod-bible, King James V Bible in fortune format.

%
And God saw the light, that it was good: and God divided the light
from the darkness.
                -- Genesis 1:4
%

PR:		ports/64953
Submitted by:	Doug Poland <doug@polands.org>
This commit is contained in:
Pav Lucistnik 2004-04-01 13:59:44 +00:00
parent 1b5c8d5e9d
commit 3a290d68a8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105878
6 changed files with 51 additions and 0 deletions

View File

@ -83,6 +83,7 @@
SUBDIR += firestring
SUBDIR += floatator
SUBDIR += flyway
SUBDIR += fortune-mod-bible
SUBDIR += fortune-mod-bofh
SUBDIR += fortune-mod-futurama
SUBDIR += fortuneit

View File

@ -0,0 +1,34 @@
# New ports collection makefile for: fortune-mod-bible
# Date created: 3/30/2004
# Whom: djp
#
# $FreeBSD$
#
PORTNAME= fortune-mod-bible
PORTVERSION= 1.0
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= fortunebible
DISTNAME= bible
MAINTAINER= doug@polands.org
COMMENT= King James V Bible in fortune file format
DIST_SUBDIR= ${PORTNAME}
NO_WRKSUBDIR= yes
PKGMESSAGE= ${WRKDIR}/pkg-message
USE_BZIP2= yes
do-build:
@${CAT} ${FILESDIR}/pkg-message.in | ${SED} 's#PREFIX#${PREFIX}#' > ${PKGMESSAGE}
do-install:
@${MKDIR} ${PREFIX}/share/games
@${MKDIR} ${PREFIX}/share/games/fortune
@${INSTALL_DATA} ${WRKSRC}/bible* ${PREFIX}/share/games/fortune
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (fortune-mod-bible/bible.tar.bz2) = eeeab5b2ad0d514ae728eaeea2fac21e
SIZE (fortune-mod-bible/bible.tar.bz2) = 1105456

View File

@ -0,0 +1,3 @@
Usage: fortune PREFIX/share/games/fortune/bible

View File

@ -0,0 +1,7 @@
fortune-mod-bible is the King James V Bible processed into the fortune format.
Original text is in the public domain.
WWW: http://fortunebible.sourceforge.net
- Doug
doug@polands.org

View File

@ -0,0 +1,4 @@
share/games/fortune/bible
share/games/fortune/bible.dat
@unexec rmdir %D/share/games/fortune 2>/dev/null || true
@unexec rmdir %D/share/games 2>/dev/null || true