mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
fortune-mod-the-godfather is an excerpt of the novel "The Godfather",
which is written by Mario Puzo in 1969 (ISBN 0-451-16771-6), processed into the fortune format. WWW: http://izb.knu.ac.kr/~bh/fortune/ PR: ports/117074 Submitted by: Byung-Hee HWANG <bh (AT) izb.knu.ac.kr> Approved by: miwi (mentor)
This commit is contained in:
parent
19f80ad4a2
commit
ecccbfbdc1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201315
@ -94,6 +94,7 @@
|
||||
SUBDIR += fortune-mod-culmea-culmilor
|
||||
SUBDIR += fortune-mod-ferengi_rules_of_acquisition
|
||||
SUBDIR += fortune-mod-futurama
|
||||
SUBDIR += fortune-mod-the-godfather
|
||||
SUBDIR += fortuneit
|
||||
SUBDIR += freedialog
|
||||
SUBDIR += freeguide
|
||||
|
29
misc/fortune-mod-the-godfather/Makefile
Normal file
29
misc/fortune-mod-the-godfather/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: fortune-mod-the-godfather
|
||||
# Date created: 11 October 2007
|
||||
# Whom: Byung-Hee HWANG <bh@izb.knu.ac.kr>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= fortune-mod-the-godfather
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://izb.knu.ac.kr/~bh/fortune/
|
||||
|
||||
MAINTAINER= bh@izb.knu.ac.kr
|
||||
COMMENT= Compilation of excuses from the "The Godfather"
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
STRFILE= /usr/games/strfile
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/share/games
|
||||
@${MKDIR} ${PREFIX}/share/games/fortune
|
||||
@${INSTALL_DATA} ${WRKSRC}/the-godfather ${PREFIX}/share/games/fortune
|
||||
@${STRFILE} ${PREFIX}/share/games/fortune/the-godfather
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
3
misc/fortune-mod-the-godfather/distinfo
Normal file
3
misc/fortune-mod-the-godfather/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (fortune-mod-the-godfather-1.0.tar.gz) = 903febcac34ae78011e1dacac05f8cda
|
||||
SHA256 (fortune-mod-the-godfather-1.0.tar.gz) = f58daf4f2a8973ad3b8675865f45a0ba0ad359f4acbc79c9e09c23e228e7f06e
|
||||
SIZE (fortune-mod-the-godfather-1.0.tar.gz) = 6619
|
5
misc/fortune-mod-the-godfather/files/pkg-message.in
Normal file
5
misc/fortune-mod-the-godfather/files/pkg-message.in
Normal file
@ -0,0 +1,5 @@
|
||||
* * *
|
||||
|
||||
Usage: fortune %%PREFIX%%/share/games/fortune/the-godfather
|
||||
|
||||
* * *
|
5
misc/fortune-mod-the-godfather/pkg-descr
Normal file
5
misc/fortune-mod-the-godfather/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
fortune-mod-the-godfather is an excerpt of the novel "The Godfather",
|
||||
which is written by Mario Puzo in 1969 (ISBN 0-451-16771-6), processed
|
||||
into the fortune format.
|
||||
|
||||
WWW: http://izb.knu.ac.kr/~bh/fortune/
|
4
misc/fortune-mod-the-godfather/pkg-plist
Normal file
4
misc/fortune-mod-the-godfather/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
share/games/fortune/the-godfather
|
||||
share/games/fortune/the-godfather.dat
|
||||
@dirrmtry share/games/fortune
|
||||
@dirrmtry share/games
|
Loading…
Reference in New Issue
Block a user