add fortuneru 0.1
Fortune file in Russian PR: 30841 Submitted by: Oleksandr Bezpalko <bestia@iptcom.net>
This commit is contained in:
parent
a34fa6a5f0
commit
0e9a090f99
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51915
6 changed files with 52 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
SUBDIR += cyrproxy
|
||||
SUBDIR += d1489
|
||||
SUBDIR += elm.language
|
||||
SUBDIR += fortuneru
|
||||
SUBDIR += gd
|
||||
SUBDIR += kde2-i18n
|
||||
SUBDIR += koi8r-ps
|
||||
|
|
39
russian/fortuneru/Makefile
Normal file
39
russian/fortuneru/Makefile
Normal file
|
@ -0,0 +1,39 @@
|
|||
# New ports collection makefile for: fortuneru
|
||||
# Date created: 26-09-2001
|
||||
# Whom: bestia@iptcom.net
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= fortuneru
|
||||
PORTVERSION= 0.1
|
||||
CATEGORIES= russian
|
||||
MASTER_SITES= ftp://de22.kiev.ua/pub/files/
|
||||
DISTNAME= fortune.ru-${PORTVERSION}
|
||||
|
||||
MAINTAINER= bestia@iptcom.net
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
STRCMD= /usr/games/strfile
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/share/games/fortune
|
||||
@${INSTALL_DATA} ${WRKSRC}/speed-info ${PREFIX}/share/games/fortune
|
||||
@${INSTALL_DATA} ${WRKSRC}/fomenko ${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/speed-info
|
||||
@${STRCMD} ${PREFIX}/share/games/fortune/fomenko
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "Usage:"
|
||||
@${ECHO_MSG} "/usr/games/fortune ${PREFIX}/share/games/fortune/speed-info"
|
||||
@${ECHO_MSG} ""
|
||||
|
||||
.include <bsd.port.mk>
|
1
russian/fortuneru/distinfo
Normal file
1
russian/fortuneru/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (fortune.ru-0.1.tar.gz) = a5b18b41161d17ed6c6b06191ce6323e
|
1
russian/fortuneru/pkg-comment
Normal file
1
russian/fortuneru/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Fortune file in Russian
|
4
russian/fortuneru/pkg-descr
Normal file
4
russian/fortuneru/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
This package contains fortune file in Russian.
|
||||
|
||||
|
||||
- ported to FreeBSD by bestia (bestia@iptcom.net)
|
6
russian/fortuneru/pkg-plist
Normal file
6
russian/fortuneru/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
share/games/fortune/speed-info
|
||||
share/games/fortune/speed-info.dat
|
||||
share/games/fortune/fomenko
|
||||
share/games/fortune/fomenko.dat
|
||||
@dirrm share/games/fortune
|
||||
@dirrm share/games
|
Loading…
Reference in a new issue