2013-09-20 22:50:57 +02:00
|
|
|
# Created by: stolz@i2.informatik.rwth-aachen.de
|
2002-11-24 12:22:24 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= fortune-mod-futurama
|
|
|
|
PORTVERSION= 0.2
|
2012-08-27 15:33:02 +02:00
|
|
|
PORTREVISION= 4
|
2002-11-24 12:22:24 +01:00
|
|
|
CATEGORIES= misc
|
2013-12-09 17:20:43 +01:00
|
|
|
MASTER_SITES= http://www.netmeister.org/apps/ \
|
|
|
|
http://www.skysmurf.nl/comp/FreeBSD/distfiles/
|
2002-11-24 12:22:24 +01:00
|
|
|
|
2013-12-09 17:20:43 +01:00
|
|
|
MAINTAINER= freebsd@skysmurf.nl
|
2003-02-21 13:51:06 +01:00
|
|
|
COMMENT= Compilation of quotes from the TV series "Futurama"
|
2002-11-24 12:22:24 +01:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2005-07-14 10:42:51 +02:00
|
|
|
SUB_FILES= pkg-message
|
2002-11-24 12:22:24 +01:00
|
|
|
|
2004-02-26 11:20:35 +01:00
|
|
|
PLIST_FILES= share/games/fortune/futurama share/games/fortune/futurama.dat
|
|
|
|
PLIST_DIRS= share/games/fortune share/games
|
|
|
|
|
2004-08-09 09:02:00 +02:00
|
|
|
do-build:
|
2004-08-16 08:55:35 +02:00
|
|
|
@cd ${WRKSRC} && /usr/games/strfile futurama
|
2004-08-09 09:02:00 +02:00
|
|
|
|
2002-11-24 12:22:24 +01:00
|
|
|
do-install:
|
2013-12-08 13:56:22 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/share/games/fortune
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/futurama* ${STAGEDIR}${PREFIX}/share/games/fortune
|
2002-11-24 12:22:24 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|