mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
fortune-mod-zarathoustra is a collection of quotes from Nietzsche's
"Thus spoke Zarathustra", processed into the fortune format. Original text is in the public domain. WWW: http://www.ebooksgratuits.com/html/nietzsche_ainsi_parlait_zarathoustra.html PR: ports/150299 Submitted by: Frederic Culot <frederic@culot.org>
This commit is contained in:
parent
b714c8a18f
commit
e65ef1e749
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=261045
@ -14,6 +14,7 @@
|
||||
SUBDIR += eficas_doc
|
||||
SUBDIR += eric4
|
||||
SUBDIR += facturier
|
||||
SUBDIR += fortune-mod-zarathoustra
|
||||
SUBDIR += geonext
|
||||
SUBDIR += gfaim
|
||||
SUBDIR += gibi
|
||||
|
36
french/fortune-mod-zarathoustra/Makefile
Normal file
36
french/fortune-mod-zarathoustra/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# New ports collection makefile for: fortune-mod-zarathoustra
|
||||
# Date created: 2010-09-05
|
||||
# Whom: Frederic Culot <frederic@culot.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= fortune-mod-zarathoustra
|
||||
PORTVERSION= 20100905
|
||||
CATEGORIES= french
|
||||
MASTER_SITES= ftp://ftp2.culot.org/culot/
|
||||
|
||||
MAINTAINER= frederic@culot.org
|
||||
COMMENT= Compilation of quotes from Nietzsche's Thus spoke Zarathustra
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
STRCMD= /usr/games/strfile
|
||||
|
||||
pre-build:
|
||||
.if !exists(${STRCMD})
|
||||
@${ECHO_MSG} "Please install the games distribution"
|
||||
@exit 1
|
||||
.endif
|
||||
|
||||
do-build:
|
||||
@cd ${WRKSRC} && ${STRCMD} zarathoustra
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/share/games/fortune
|
||||
@${INSTALL_DATA} ${WRKSRC}/zarathoustra* ${PREFIX}/share/games/fortune
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
3
french/fortune-mod-zarathoustra/distinfo
Normal file
3
french/fortune-mod-zarathoustra/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (fortune-mod-zarathoustra-20100905.tar.gz) = 3982f8dd0a50abc64bbbf527ed11610f
|
||||
SHA256 (fortune-mod-zarathoustra-20100905.tar.gz) = a4dd75ac21126b2838832d849331de6c8e3151b25d0e2135c9a1352f6ed3ab82
|
||||
SIZE (fortune-mod-zarathoustra-20100905.tar.gz) = 9109
|
7
french/fortune-mod-zarathoustra/files/pkg-message.in
Normal file
7
french/fortune-mod-zarathoustra/files/pkg-message.in
Normal file
@ -0,0 +1,7 @@
|
||||
******************************************************
|
||||
Usage:
|
||||
|
||||
fortune %%PREFIX%%/share/games/fortune/zarathoustra
|
||||
|
||||
See fortune(6) for details.
|
||||
******************************************************
|
5
french/fortune-mod-zarathoustra/pkg-descr
Normal file
5
french/fortune-mod-zarathoustra/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
fortune-mod-zarathoustra is a collection of quotes from Nietzsche's
|
||||
"Thus spoke Zarathustra", processed into the fortune format.
|
||||
Original text is in the public domain.
|
||||
|
||||
WWW: http://www.ebooksgratuits.com/html/nietzsche_ainsi_parlait_zarathoustra.html
|
4
french/fortune-mod-zarathoustra/pkg-plist
Normal file
4
french/fortune-mod-zarathoustra/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
share/games/fortune/zarathoustra
|
||||
share/games/fortune/zarathoustra.dat
|
||||
@dirrmtry share/games/fortune
|
||||
@dirrmtry share/games
|
Loading…
Reference in New Issue
Block a user