2013-09-20 18:01:22 +02:00
|
|
|
# Created by: Shen Chuan-Hsing
|
2001-12-08 10:37:35 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= fortunetw
|
2014-04-02 21:02:00 +02:00
|
|
|
PORTVERSION= 1.4
|
2001-12-08 10:37:35 +01:00
|
|
|
CATEGORIES= chinese
|
2014-04-02 21:02:00 +02:00
|
|
|
MASTER_SITES= LOCAL/sunpoet
|
2001-12-08 10:37:35 +01:00
|
|
|
|
2014-04-02 21:02:00 +02:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Classic fortune file in Taiwan (UTF-8)
|
2001-12-08 10:37:35 +01:00
|
|
|
|
|
|
|
NO_BUILD= yes
|
2014-04-02 21:02:00 +02:00
|
|
|
USES= tar:xz
|
2001-12-08 10:37:35 +01:00
|
|
|
|
2014-04-02 21:02:00 +02:00
|
|
|
FORTUNE= bsdchat folksong liuyong stephehchow tangshi xiaoxing yijing
|
2001-12-08 10:37:35 +01:00
|
|
|
|
|
|
|
do-install:
|
2014-04-02 21:02:00 +02:00
|
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/share/games/fortune/
|
|
|
|
.for file in ${FORTUNE}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${WRKSRC}/${file}.dat ${STAGEDIR}${PREFIX}/share/games/fortune/
|
|
|
|
.endfor
|
2001-12-08 10:37:35 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|