aboutsummaryrefslogtreecommitdiff
path: root/misc/fortune-mod-epictetus
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-11 14:25:39 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-11 14:25:39 +0000
commit0dfae74d70e58c042bccd36e495a21b71d92a6f2 (patch)
tree9ae3014e0b26d26d9acf0d8a8d44e134f810e6ff /misc/fortune-mod-epictetus
parent2769d81bf4da1e08e7232dab9af2c7a43cd83624 (diff)
downloadports-0dfae74d70e58c042bccd36e495a21b71d92a6f2.tar.gz
ports-0dfae74d70e58c042bccd36e495a21b71d92a6f2.zip
Add misc/fortune-mod-epictetus
fortune-mod-epictetus is a compilation of quotes from ancient philosopher Epictetus. They come from "A Selection from the Discourses of Epictetus with the Encheiridion" translated by George Long. WWW: http://github.com/akosela/fortune-mod-epictetus PR: 191793 Submitted by: Andy Kosela
Notes
Notes: svn path=/head/; revision=361539
Diffstat (limited to 'misc/fortune-mod-epictetus')
-rw-r--r--misc/fortune-mod-epictetus/Makefile28
-rw-r--r--misc/fortune-mod-epictetus/distinfo2
-rw-r--r--misc/fortune-mod-epictetus/pkg-descr5
3 files changed, 35 insertions, 0 deletions
diff --git a/misc/fortune-mod-epictetus/Makefile b/misc/fortune-mod-epictetus/Makefile
new file mode 100644
index 000000000000..fc8b690dc6a2
--- /dev/null
+++ b/misc/fortune-mod-epictetus/Makefile
@@ -0,0 +1,28 @@
+# Created by: Andy Kosela <akosela@andykosela.com>
+# $FreeBSD$
+
+PORTNAME= fortune-mod-epictetus
+PORTVERSION= 0.1
+CATEGORIES= misc
+MASTER_SITES= http://github.com/akosela/fortune-mod-epictetus/releases/download/v0.1/
+
+MAINTAINER= akosela@andykosela.com
+COMMENT= Quotes from Epictetus
+
+USES= tar:bzip2
+
+PLIST_FILES= share/games/fortune/epictetus \
+ share/games/fortune/epictetus.dat
+PLIST_DIRSTRY= share/games/fortune \
+ share/games
+
+STRFILE= /usr/games/strfile
+
+do-build:
+ @(cd ${WRKSRC} && ${STRFILE} epictetus)
+
+do-install:
+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/games/fortune
+ @${INSTALL_DATA} ${WRKSRC}/epictetus* ${STAGEDIR}${PREFIX}/share/games/fortune
+
+.include <bsd.port.mk>
diff --git a/misc/fortune-mod-epictetus/distinfo b/misc/fortune-mod-epictetus/distinfo
new file mode 100644
index 000000000000..5b11bd561f57
--- /dev/null
+++ b/misc/fortune-mod-epictetus/distinfo
@@ -0,0 +1,2 @@
+SHA256 (fortune-mod-epictetus-0.1.tar.bz2) = 3ea8b20f8cb7166c4a7966a6e43e9014feefd1dd68536f03cca465f43d5f399a
+SIZE (fortune-mod-epictetus-0.1.tar.bz2) = 11874
diff --git a/misc/fortune-mod-epictetus/pkg-descr b/misc/fortune-mod-epictetus/pkg-descr
new file mode 100644
index 000000000000..68ffac3bb527
--- /dev/null
+++ b/misc/fortune-mod-epictetus/pkg-descr
@@ -0,0 +1,5 @@
+fortune-mod-epictetus is a compilation of quotes from ancient
+philosopher Epictetus. They come from "A Selection from the Discourses
+of Epictetus with the Encheiridion" translated by George Long.
+
+WWW: http://github.com/akosela/fortune-mod-epictetus