Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/chinese/fortunetw/Makefile
16460 views
PORTNAME=	fortunetw
PORTVERSION=	1.4
CATEGORIES=	chinese
MASTER_SITES=	LOCAL/sunpoet

MAINTAINER=	[email protected]
COMMENT=	Classic fortune file in Taiwan (UTF-8)

USES=		tar:xz

NO_ARCH=	yes
NO_BUILD=	yes

do-install:
	${MKDIR} ${STAGEDIR}${PREFIX}/share/games/fortune/
.for file in bsdchat folksong liuyong stephehchow tangshi xiaoxing yijing
	${INSTALL_DATA} ${WRKSRC}/${file} ${WRKSRC}/${file}.dat ${STAGEDIR}${PREFIX}/share/games/fortune/
.endfor

.include <bsd.port.mk>