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:
parent
1b5c8d5e9d
commit
3a290d68a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105878
@ -83,6 +83,7 @@
|
||||
SUBDIR += firestring
|
||||
SUBDIR += floatator
|
||||
SUBDIR += flyway
|
||||
SUBDIR += fortune-mod-bible
|
||||
SUBDIR += fortune-mod-bofh
|
||||
SUBDIR += fortune-mod-futurama
|
||||
SUBDIR += fortuneit
|
||||
|
34
misc/fortune-mod-bible/Makefile
Normal file
34
misc/fortune-mod-bible/Makefile
Normal 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>
|
2
misc/fortune-mod-bible/distinfo
Normal file
2
misc/fortune-mod-bible/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (fortune-mod-bible/bible.tar.bz2) = eeeab5b2ad0d514ae728eaeea2fac21e
|
||||
SIZE (fortune-mod-bible/bible.tar.bz2) = 1105456
|
3
misc/fortune-mod-bible/files/pkg-message.in
Normal file
3
misc/fortune-mod-bible/files/pkg-message.in
Normal file
@ -0,0 +1,3 @@
|
||||
|
||||
Usage: fortune PREFIX/share/games/fortune/bible
|
||||
|
7
misc/fortune-mod-bible/pkg-descr
Normal file
7
misc/fortune-mod-bible/pkg-descr
Normal 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
|
4
misc/fortune-mod-bible/pkg-plist
Normal file
4
misc/fortune-mod-bible/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user