2002-11-24 12:22:24 +01:00
|
|
|
# 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
|
2012-08-27 15:33:02 +02:00
|
|
|
PORTREVISION= 4
|
2002-11-24 12:22:24 +01:00
|
|
|
CATEGORIES= misc
|
|
|
|
MASTER_SITES= http://www.netmeister.org/apps/
|
|
|
|
|
2010-01-02 18:31:41 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
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:
|
|
|
|
@${MKDIR} ${PREFIX}/share/games
|
|
|
|
@${MKDIR} ${PREFIX}/share/games/fortune
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/futurama* ${PREFIX}/share/games/fortune
|
|
|
|
|
|
|
|
post-install:
|
2005-07-14 10:42:51 +02:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
2002-11-24 12:22:24 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|