diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-02-03 16:31:53 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-02-03 16:31:53 +0000 |
commit | f85c5727aa3ffbc97bd88b7498f4de0b2f84bbcb (patch) | |
tree | e9c9429fb6771e31f574692fda6e2ed5b78c2053 /japanese/cdrom2 | |
parent | 391a4a5446fd33bbb872c1f8424f0055428b7a0e (diff) | |
download | ports-f85c5727aa3ffbc97bd88b7498f4de0b2f84bbcb.tar.gz ports-f85c5727aa3ffbc97bd88b7498f4de0b2f84bbcb.zip |
Notes
Diffstat (limited to 'japanese/cdrom2')
-rw-r--r-- | japanese/cdrom2/Makefile | 35 | ||||
-rw-r--r-- | japanese/cdrom2/distinfo | 1 | ||||
-rw-r--r-- | japanese/cdrom2/files/Makefile | 29 | ||||
-rw-r--r-- | japanese/cdrom2/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/cdrom2/pkg-descr | 10 | ||||
-rw-r--r-- | japanese/cdrom2/pkg-message | 5 | ||||
-rw-r--r-- | japanese/cdrom2/pkg-plist | 16 |
7 files changed, 97 insertions, 0 deletions
diff --git a/japanese/cdrom2/Makefile b/japanese/cdrom2/Makefile new file mode 100644 index 000000000000..bffd98327cbd --- /dev/null +++ b/japanese/cdrom2/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: cdrom2 +# Version required: 1996/06/16 +# Date created: 03 Feb 1997 +# Whom: Masafumi NAKANE <max@FreeBSD.ORG> +# +# $Id: porting.sgml,v 1.16 1996/03/21 14:15:01 asami Exp $ +# + +DISTNAME= euc +PKGNAME= jp-cdrom2-1996.06.16 +CATEGORIES= japanese misc +MASTER_SITES= ftp://ftp.nerimadors.or.jp/pub/src/cdrom2/ + +MAINTAINER= max@FreeBSD.ORG + +WRKSRC= ${WRKDIR}/cdrom2 +DIST_SUBDIR= cdrom2 +DOCS= errata.doc gaiji.txt index.doc install.doc kekka.txt \ + kojien3.doc menu.doc readers.doc readme.doc readme.org \ + ruigo.doc x_option.doc + +do-configure: + @echo "Copying custom Makefile." + @${CP} ${FILESDIR}/Makefile ${WRKSRC} + +.if !defined(NOPORTDOCS) +post-install: + @${MKDIR} ${PREFIX}/share/doc/cdrom2 +.for f in ${DOCS} + @${INSTALL_DATA} ${WRKSRC}/$f ${PREFIX}/share/doc/cdrom2 +.endfor + @${CAT} ${PKGDIR}/MESSAGE +.endif + +.include <bsd.port.mk> diff --git a/japanese/cdrom2/distinfo b/japanese/cdrom2/distinfo new file mode 100644 index 000000000000..30f934d4abe1 --- /dev/null +++ b/japanese/cdrom2/distinfo @@ -0,0 +1 @@ +MD5 (cdrom2/euc.tar.gz) = 2fd53725467aa8fc3d7da8380405f349 diff --git a/japanese/cdrom2/files/Makefile b/japanese/cdrom2/files/Makefile new file mode 100644 index 000000000000..7ef11473aaca --- /dev/null +++ b/japanese/cdrom2/files/Makefile @@ -0,0 +1,29 @@ +# $Id$ +# + +# Installation prefix: +PREFIX?=/usr/local +BINDIR=${PREFIX}/bin +LIBDIR=${PREFIX}/lib/cdrom2 +PROGRAMS=cdrom2 cdgaiji +TBL_FILES=kojien3.tbl ruigo.tbl + +all: ${PROGRAMS} + +cdrom2: cdrom2.c + cc -DUNIX -O -o cdrom2 cdrom2.c + +cdgaiji: cdgaiji.c + cc -DUNIX -O -o cdgaiji cdgaiji.c + +install: + for f in ${PROGRAMS} ; do \ + /usr/bin/install -c -s -o bin -g bin -m 755 $$f ${BINDIR} ;\ + done + /bin/mkdir -p ${LIBDIR} + for f in ${TBL_FILES} ; do \ + /usr/bin/install -c -o bin -g bin -m 644 $$f ${LIBDIR} ;\ + done + +clean: + rm -f ${PROGRAMS} diff --git a/japanese/cdrom2/pkg-comment b/japanese/cdrom2/pkg-comment new file mode 100644 index 000000000000..2941f1269895 --- /dev/null +++ b/japanese/cdrom2/pkg-comment @@ -0,0 +1 @@ +A tool to lookup CD-ROM dictionaries diff --git a/japanese/cdrom2/pkg-descr b/japanese/cdrom2/pkg-descr new file mode 100644 index 000000000000..d761a05ff0e6 --- /dev/null +++ b/japanese/cdrom2/pkg-descr @@ -0,0 +1,10 @@ +This software allows you to retrieve information from CD-ROM in EPWING +format or EB. + +Please consult the documentation in /usr/local/share/doc/cdrom2 to +find out how to use this program. + +Note: The documentation is available only in Japanese, and the program +only gives you Japanese help message. + +- Max diff --git a/japanese/cdrom2/pkg-message b/japanese/cdrom2/pkg-message new file mode 100644 index 000000000000..2c4db641d672 --- /dev/null +++ b/japanese/cdrom2/pkg-message @@ -0,0 +1,5 @@ + +********************************************************************** +Consult documentation in /usr/local/share/doc/cdrom2 for +various information. +********************************************************************** diff --git a/japanese/cdrom2/pkg-plist b/japanese/cdrom2/pkg-plist new file mode 100644 index 000000000000..19adae42094a --- /dev/null +++ b/japanese/cdrom2/pkg-plist @@ -0,0 +1,16 @@ +bin/cdrom2 +bin/cdgaiji +share/doc/cdrom2/errata.doc +share/doc/cdrom2/gaiji.txt +share/doc/cdrom2/index.doc +share/doc/cdrom2/install.doc +share/doc/cdrom2/kekka.txt +share/doc/cdrom2/kojien3.doc +share/doc/cdrom2/menu.doc +share/doc/cdrom2/readers.doc +share/doc/cdrom2/readme.doc +share/doc/cdrom2/readme.org +share/doc/cdrom2/ruigo.doc +share/doc/cdrom2/x_option.doc +lib/cdrom2/kojien3.tbl +lib/cdrom2/ruigo.tbl |