freebsd-ports/misc/fortune-mod-the-godfather/Makefile
Lars Engels ecccbfbdc1 fortune-mod-the-godfather is an excerpt of the novel "The Godfather",
which is written by Mario Puzo in 1969 (ISBN 0-451-16771-6), processed
into the fortune format.

WWW: http://izb.knu.ac.kr/~bh/fortune/

PR:		ports/117074
Submitted by:	Byung-Hee HWANG <bh (AT) izb.knu.ac.kr>
Approved by:	miwi (mentor)
2007-10-11 21:20:43 +00:00

29 lines
715 B
Makefile

# New ports collection makefile for: fortune-mod-the-godfather
# Date created: 11 October 2007
# Whom: Byung-Hee HWANG <bh@izb.knu.ac.kr>
#
# $FreeBSD$
#
PORTNAME= fortune-mod-the-godfather
PORTVERSION= 1.0
CATEGORIES= misc
MASTER_SITES= http://izb.knu.ac.kr/~bh/fortune/
MAINTAINER= bh@izb.knu.ac.kr
COMMENT= Compilation of excuses from the "The Godfather"
NO_BUILD= yes
SUB_FILES= pkg-message
STRFILE= /usr/games/strfile
do-install:
@${MKDIR} ${PREFIX}/share/games
@${MKDIR} ${PREFIX}/share/games/fortune
@${INSTALL_DATA} ${WRKSRC}/the-godfather ${PREFIX}/share/games/fortune
@${STRFILE} ${PREFIX}/share/games/fortune/the-godfather
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>