freebsd-ports/chinese/fortunetw/Makefile
2003-02-21 11:08:38 +00:00

46 lines
1.3 KiB
Makefile

# New ports collection makefile for: fortunetw
# Date created: 10 Mar 2001
# Whom: Shen Chuan-Hsing
#
# $FreeBSD$
#
PORTNAME= fortunetw
PORTVERSION= 1.1
CATEGORIES= chinese
MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/statue/fortunetw/
DISTNAME= zh-fortunetw-${PORTVERSION}
MAINTAINER= statue@freebsd.sinica.edu.tw
COMMENT= A very classic fortune file in Taiwan
NO_BUILD= yes
STRCMD= /usr/games/strfile
do-install:
@${MKDIR} ${PREFIX}/share/games/fortune
@${INSTALL_DATA} ${WRKSRC}/liuyong ${PREFIX}/share/games/fortune
@${INSTALL_DATA} ${WRKSRC}/tangshi ${PREFIX}/share/games/fortune
@${INSTALL_DATA} ${WRKSRC}/yijing ${PREFIX}/share/games/fortune
pre-install:
.if !exists(${STRCMD})
@${ECHO_MSG} "Please install the games distribution"
@exit 1
.endif
post-install:
@${STRCMD} ${PREFIX}/share/games/fortune/liuyong
@${STRCMD} ${PREFIX}/share/games/fortune/tangshi
@${STRCMD} ${PREFIX}/share/games/fortune/yijing
@${ECHO_MSG} ""
@${ECHO_MSG} "Usage:"
@${ECHO_MSG} "/usr/games/fortune ${PREFIX}/share/games/fortune/liuyong"
@${ECHO_MSG} "or"
@${ECHO_MSG} "/usr/games/fortune ${PREFIX}/share/games/fortune/tangshi"
@${ECHO_MSG} "or"
@${ECHO_MSG} "/usr/games/fortune ${PREFIX}/share/games/fortune/yijing"
@${ECHO_MSG} ""
.include <bsd.port.mk>