New port - misc/fortune-mod-futurama
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. PR: ports/45399 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
This commit is contained in:
parent
da35c873f9
commit
0aff1de21c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70997
@ -77,6 +77,7 @@
|
||||
SUBDIR += firestring
|
||||
SUBDIR += floatator
|
||||
SUBDIR += flyway
|
||||
SUBDIR += fortune-mod-futurama
|
||||
SUBDIR += fortuneit
|
||||
SUBDIR += freedialog
|
||||
SUBDIR += ftree
|
||||
|
27
misc/fortune-mod-futurama/Makefile
Normal file
27
misc/fortune-mod-futurama/Makefile
Normal file
@ -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>
|
1
misc/fortune-mod-futurama/distinfo
Normal file
1
misc/fortune-mod-futurama/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (fortune-mod-futurama-0.2.tar.bz2) = 43af063ef6120428ebe48958cd99cc1f
|
1
misc/fortune-mod-futurama/pkg-comment
Normal file
1
misc/fortune-mod-futurama/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Compilation of quotes from the TV series "Futurama"
|
5
misc/fortune-mod-futurama/pkg-descr
Normal file
5
misc/fortune-mod-futurama/pkg-descr
Normal file
@ -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/
|
2
misc/fortune-mod-futurama/pkg-message
Normal file
2
misc/fortune-mod-futurama/pkg-message
Normal file
@ -0,0 +1,2 @@
|
||||
Usage:
|
||||
/usr/games/fortune PREFIX/share/games/fortune/futurama
|
4
misc/fortune-mod-futurama/pkg-plist
Normal file
4
misc/fortune-mod-futurama/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
share/games/fortune/futurama
|
||||
share/games/fortune/futurama.dat
|
||||
@dirrm share/games/fortune
|
||||
@dirrm share/games
|
Loading…
Reference in New Issue
Block a user