diff options
author | Sahil Tandon <sahil@FreeBSD.org> | 2010-09-12 23:40:56 +0000 |
---|---|---|
committer | Sahil Tandon <sahil@FreeBSD.org> | 2010-09-12 23:40:56 +0000 |
commit | e65ef1e749afeb35f74901865872ef686aa0670d (patch) | |
tree | b97cc5a2a53abf87eb56ab364c4b2187b5f2e31a /french/fortune-mod-zarathoustra | |
parent | b714c8a18f78623cb8f9e6baad4a05c787d2c4c3 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=261045
Diffstat (limited to 'french/fortune-mod-zarathoustra')
-rw-r--r-- | french/fortune-mod-zarathoustra/Makefile | 36 | ||||
-rw-r--r-- | french/fortune-mod-zarathoustra/distinfo | 3 | ||||
-rw-r--r-- | french/fortune-mod-zarathoustra/files/pkg-message.in | 7 | ||||
-rw-r--r-- | french/fortune-mod-zarathoustra/pkg-descr | 5 | ||||
-rw-r--r-- | french/fortune-mod-zarathoustra/pkg-plist | 4 |
5 files changed, 55 insertions, 0 deletions
diff --git a/french/fortune-mod-zarathoustra/Makefile b/french/fortune-mod-zarathoustra/Makefile new file mode 100644 index 000000000000..ace84aaf6ce9 --- /dev/null +++ b/french/fortune-mod-zarathoustra/Makefile @@ -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> diff --git a/french/fortune-mod-zarathoustra/distinfo b/french/fortune-mod-zarathoustra/distinfo new file mode 100644 index 000000000000..17764071763e --- /dev/null +++ b/french/fortune-mod-zarathoustra/distinfo @@ -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 diff --git a/french/fortune-mod-zarathoustra/files/pkg-message.in b/french/fortune-mod-zarathoustra/files/pkg-message.in new file mode 100644 index 000000000000..c4d1c8fc21f4 --- /dev/null +++ b/french/fortune-mod-zarathoustra/files/pkg-message.in @@ -0,0 +1,7 @@ +****************************************************** +Usage: + +fortune %%PREFIX%%/share/games/fortune/zarathoustra + +See fortune(6) for details. +****************************************************** diff --git a/french/fortune-mod-zarathoustra/pkg-descr b/french/fortune-mod-zarathoustra/pkg-descr new file mode 100644 index 000000000000..137731d6a5fd --- /dev/null +++ b/french/fortune-mod-zarathoustra/pkg-descr @@ -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 diff --git a/french/fortune-mod-zarathoustra/pkg-plist b/french/fortune-mod-zarathoustra/pkg-plist new file mode 100644 index 000000000000..b68e50815220 --- /dev/null +++ b/french/fortune-mod-zarathoustra/pkg-plist @@ -0,0 +1,4 @@ +share/games/fortune/zarathoustra +share/games/fortune/zarathoustra.dat +@dirrmtry share/games/fortune +@dirrmtry share/games |