pkgsrc/games/fortunes-futurama/Makefile
jschauma 14763e5c51 Initial import of fortunes-futurama:
A compilation of quotes from the TV-Series "Futurama" by Matt Groening.
2005-10-09 23:15:22 +00:00

26 lines
744 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/10/09 23:15:22 jschauma Exp $
#
DISTNAME= fortunes-futurama-0.2
CATEGORIES= games
MASTER_SITES= http://www.netmeister.org/apps/
EXTRACT_SUFX= .gz
MAINTAINER= jschauma@NetBSD.org
HOMEPAGE= http://www.netmeister.org/misc.html
COMMENT= Fortunes from the famous Calvin & Hobbes comic strips
BUILD_DEPENDS+= fortune-strfile-*:../../games/fortune-strfile
STRFILE= ${LOCALBASE}/bin/strfile
WRKSRC= ${WRKDIR}
do-build:
${STRFILE} ${WRKDIR}/${PKGNAME}
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/games/fortune/
${INSTALL_DATA} ${WRKDIR}/${PKGNAME} ${PREFIX}/share/games/fortune/futurama
${INSTALL_DATA} ${WRKDIR}/${PKGNAME}.dat ${PREFIX}/share/games/fortune/futurama.dat
.include "../../mk/bsd.pkg.mk"