freebsd-ports/misc/fortune-mod-the-godfather/Makefile
Michael Scheidell 5f73073c25 - Reset maintainership
- Schedule removal in 90 days

PR:		ports/164804
Submitted by:	Byung-Hee HWANG<bh@izb.knu.ac.kr>  (maintainer)
Approved by:	gabor (mentor)
2012-02-06 10:20:04 +00:00

32 lines
776 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= 3.0
CATEGORIES= misc
MASTER_SITES= http://izb.knu.ac.kr/~bh/fortune/
MAINTAINER= ports@FreeBSD.org
COMMENT= Compilation of excuses from the "The Godfather"
DEPRECATED= No longer supported
EXPIRATION_DATE=2012-05-06
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>