mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
add fortunetw
A very classic fortune file in Taiwan PR: 32504 Submitted by: Statue <statue@softwareliberty.org>
This commit is contained in:
parent
1ea9982bf0
commit
0683f89dd4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51214
@ -32,6 +32,7 @@
|
||||
SUBDIR += enscript
|
||||
SUBDIR += eterm
|
||||
SUBDIR += firebird
|
||||
SUBDIR += fortunetw
|
||||
SUBDIR += gb2ps
|
||||
SUBDIR += gbscript
|
||||
SUBDIR += ghostscript6
|
||||
|
41
chinese/fortunetw/Makefile
Normal file
41
chinese/fortunetw/Makefile
Normal file
@ -0,0 +1,41 @@
|
||||
# New ports collection makefile for: fortunetw
|
||||
# Date created: 10 Mar 2001
|
||||
# Whom: Shen Chuan-Hsing
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= fortunetw
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= chinese
|
||||
MASTER_SITES= http://freebsd.sinica.edu.tw/~statue/
|
||||
DISTNAME= zh-fortunetw-${PORTVERSION}
|
||||
|
||||
MAINTAINER= statue@freebsd.sinica.edu.tw
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
STRCMD= /usr/games/strfile
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${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/tangshi
|
||||
@${STRCMD} ${PREFIX}/share/games/fortune/yijing
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "Usage:"
|
||||
@${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>
|
1
chinese/fortunetw/distinfo
Normal file
1
chinese/fortunetw/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (zh-fortunetw-1.0.tar.gz) = 7b400d8994284ecd5b74aeaf0885693c
|
1
chinese/fortunetw/pkg-comment
Normal file
1
chinese/fortunetw/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A very classic fortune file in Taiwan
|
8
chinese/fortunetw/pkg-descr
Normal file
8
chinese/fortunetw/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
This package contains a very classic fortune file in Taiwan.
|
||||
|
||||
For further informations please read the README file
|
||||
in the working directory (not installed).
|
||||
|
||||
Distfile Size: ~60kb
|
||||
|
||||
- statue (statue@freebsd.sinica.edu.tw)
|
6
chinese/fortunetw/pkg-plist
Normal file
6
chinese/fortunetw/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
share/games/fortune/tangshi
|
||||
share/games/fortune/tangshi.dat
|
||||
share/games/fortune/yijing
|
||||
share/games/fortune/yijing.dat
|
||||
@dirrm share/games/fortune
|
||||
@dirrm share/games
|
Loading…
Reference in New Issue
Block a user