summaryrefslogblamecommitdiff
path: root/misc/fortune-mod-futurama/Makefile
blob: 3491305d54abbe0490dee282adbe76ec66a16b0c (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                           
                 



                                                  
                                                                   













                                                                          
# 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
PORTREVISION=	1
CATEGORIES=	misc
MASTER_SITES=	http://www.netmeister.org/apps/

MAINTAINER=	stolz@i2.informatik.rwth-aachen.de
COMMENT=	Compilation of quotes from the TV series "Futurama"

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>