diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-24 11:22:24 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-24 11:22:24 +0000 |
commit | 0aff1de21c4518d63dc03079f4175887af266ef2 (patch) | |
tree | e502b301d41d4d3598f3e2850bcdd040d65e19fd | |
parent | da35c873f9e89ea4abda8e3346bf3c99c8daf201 (diff) | |
download | ports-0aff1de21c4518d63dc03079f4175887af266ef2.tar.gz ports-0aff1de21c4518d63dc03079f4175887af266ef2.zip |
Notes
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/fortune-mod-futurama/Makefile | 27 | ||||
-rw-r--r-- | misc/fortune-mod-futurama/distinfo | 1 | ||||
-rw-r--r-- | misc/fortune-mod-futurama/pkg-comment | 1 | ||||
-rw-r--r-- | misc/fortune-mod-futurama/pkg-descr | 5 | ||||
-rw-r--r-- | misc/fortune-mod-futurama/pkg-message | 2 | ||||
-rw-r--r-- | misc/fortune-mod-futurama/pkg-plist | 4 |
7 files changed, 41 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 38914cd39982..707b7e4f5b03 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -77,6 +77,7 @@ SUBDIR += firestring SUBDIR += floatator SUBDIR += flyway + SUBDIR += fortune-mod-futurama SUBDIR += fortuneit SUBDIR += freedialog SUBDIR += ftree diff --git a/misc/fortune-mod-futurama/Makefile b/misc/fortune-mod-futurama/Makefile new file mode 100644 index 000000000000..f2b3b6e26713 --- /dev/null +++ b/misc/fortune-mod-futurama/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: fortune-mod-futurama +# Date created: 18 November 2002 +# Whom: stolz@i2.informatik.rwth-aachen.de +# +# $FreeBSD$ +# + +PORTNAME= fortune-mod-futurama +PORTVERSION= 0.2 +CATEGORIES= misc +MASTER_SITES= http://www.netmeister.org/apps/ + +MAINTAINER= stolz@i2.informatik.rwth-aachen.de + +NO_BUILD= yes + +USE_BZIP2= yes + +do-install: + @${MKDIR} ${PREFIX}/share/games + @${MKDIR} ${PREFIX}/share/games/fortune + @${INSTALL_DATA} ${WRKSRC}/futurama* ${PREFIX}/share/games/fortune + +post-install: + @${SED} 's#PREFIX#${PREFIX}#' <pkg-message + +.include <bsd.port.mk> diff --git a/misc/fortune-mod-futurama/distinfo b/misc/fortune-mod-futurama/distinfo new file mode 100644 index 000000000000..be20f2c9c8f4 --- /dev/null +++ b/misc/fortune-mod-futurama/distinfo @@ -0,0 +1 @@ +MD5 (fortune-mod-futurama-0.2.tar.bz2) = 43af063ef6120428ebe48958cd99cc1f diff --git a/misc/fortune-mod-futurama/pkg-comment b/misc/fortune-mod-futurama/pkg-comment new file mode 100644 index 000000000000..3326661ba157 --- /dev/null +++ b/misc/fortune-mod-futurama/pkg-comment @@ -0,0 +1 @@ +Compilation of quotes from the TV series "Futurama" diff --git a/misc/fortune-mod-futurama/pkg-descr b/misc/fortune-mod-futurama/pkg-descr new file mode 100644 index 000000000000..cf2106b61503 --- /dev/null +++ b/misc/fortune-mod-futurama/pkg-descr @@ -0,0 +1,5 @@ +fortune-mod-futurama is a compilation of quotes from the Fox +TV Series "Futurama" by Matt Groening. The quotes have been +compiled from various sources on the Web. + +WWW: http://www.netmeister.org/ diff --git a/misc/fortune-mod-futurama/pkg-message b/misc/fortune-mod-futurama/pkg-message new file mode 100644 index 000000000000..1cec4b19e8a0 --- /dev/null +++ b/misc/fortune-mod-futurama/pkg-message @@ -0,0 +1,2 @@ +Usage: +/usr/games/fortune PREFIX/share/games/fortune/futurama diff --git a/misc/fortune-mod-futurama/pkg-plist b/misc/fortune-mod-futurama/pkg-plist new file mode 100644 index 000000000000..eb4905be41e1 --- /dev/null +++ b/misc/fortune-mod-futurama/pkg-plist @@ -0,0 +1,4 @@ +share/games/fortune/futurama +share/games/fortune/futurama.dat +@dirrm share/games/fortune +@dirrm share/games |