Utility for Shogakukan Random House English-Japanese Dictionary
This commit is contained in:
parent
f1e6307606
commit
b8a3385248
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20933
6 changed files with 52 additions and 0 deletions
26
japanese/csrd/Makefile
Normal file
26
japanese/csrd/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# New ports collection makefile for: csrd
|
||||
# Version required: 1.0
|
||||
# Date created: 99/08/18
|
||||
# Whom: Satoshi TAOKA <taoka@FreeBSD.org>
|
||||
#
|
||||
# $Id:$
|
||||
#
|
||||
|
||||
DISTNAME= csrd-1.0
|
||||
PKGNAME= ja-csrd-1.0
|
||||
CATEGORIES= japanese
|
||||
MASTER_SITES= http://openlab.ring.gr.jp/edict/csrd/
|
||||
|
||||
MAINTAINER= taoka@FreeBSD.org
|
||||
|
||||
MAKEFILE= makefile.unx
|
||||
ALL_TARGET= csrd
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/csrd ${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/csrd.fmt ${PREFIX}/lib
|
||||
${INSTALL_DATA} ${WRKSRC}/csrd.gai ${PREFIX}/lib
|
||||
${MKDIR} ${PREFIX}/share/doc/${PKGNAME}
|
||||
${INSTALL_DATA} ${WRKSRC}/csrd.doc ${PREFIX}/share/doc/${PKGNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
1
japanese/csrd/distinfo
Normal file
1
japanese/csrd/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (csrd-1.0.tar.gz) = 0515c9519c72fe5c970be858fa7f1ba2
|
10
japanese/csrd/files/patch-aa
Normal file
10
japanese/csrd/files/patch-aa
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- makefile.unx.~1~ Mon Jul 19 02:15:40 1999
|
||||
+++ makefile.unx Wed Aug 18 14:59:32 1999
|
||||
@@ -1,6 +1,6 @@
|
||||
# Makefile for CSRD
|
||||
|
||||
-RCPATH =
|
||||
+RCPATH =-DRC_PATH='"${PREFIX}/etc/csrd.rc"'
|
||||
#RCPATH = -DRC_PATH='"/usr/local/lib/csrd.rc"'
|
||||
|
||||
CC = gcc
|
1
japanese/csrd/pkg-comment
Normal file
1
japanese/csrd/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Utility for Shogakukan Random House English-Japanese Dictionary
|
10
japanese/csrd/pkg-descr
Normal file
10
japanese/csrd/pkg-descr
Normal file
|
@ -0,0 +1,10 @@
|
|||
CSRD is a utility for Shogakukan Random House English-Japanese
|
||||
Dictionary on UNIX or MS-DOS box.
|
||||
|
||||
You can get more information from the following document.
|
||||
${PREFIX}/share/doc/ja-csrd-1.0/csrd.doc
|
||||
|
||||
[Example of ${PREFIX}/etc/csrd.rc]
|
||||
-d/cdrom/data -f/usr/local/lib/csrd.fmt -g/usr/local/lib/csrd.gai
|
||||
|
||||
WWW: http://openlab.ring.gr.jp/edict/
|
4
japanese/csrd/pkg-plist
Normal file
4
japanese/csrd/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
bin/csrd
|
||||
lib/csrd.fmt
|
||||
lib/csrd.gai
|
||||
share/doc/ja-csrd-1.0/csrd.doc
|
Loading…
Reference in a new issue