summaryrefslogtreecommitdiff
path: root/japanese/eb3/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-09-14 22:58:51 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-09-14 22:58:51 +0000
commit0d24ce472965b1af574ee8eab914346a50d93ab0 (patch)
treefc04ac961d5044a7d4ac36140741f144e02c3080 /japanese/eb3/Makefile
parent(forced commit) This is the official index file for 3.3-release. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_3_0'.release/3.3.0
Notes
Notes: svn path=/head/; revision=21673 svn path=/tags/RELEASE_3_3_0/; revision=21674; tag=release/3.3.0
Diffstat (limited to 'japanese/eb3/Makefile')
-rw-r--r--japanese/eb3/Makefile67
1 files changed, 0 insertions, 67 deletions
diff --git a/japanese/eb3/Makefile b/japanese/eb3/Makefile
deleted file mode 100644
index bb56a3bf3307..000000000000
--- a/japanese/eb3/Makefile
+++ /dev/null
@@ -1,67 +0,0 @@
-# New ports collection makefile for: eb
-# Version required: 2.3.2
-# Date created: 20 Jan 1999
-# Whom: Motoyuki Kasahara <m-kasahr@sra.co.jp>
-#
-# $FreeBSD$
-#
-
-DISTNAME= eb-2.3.2
-PKGNAME= ja-eb-2.3.2
-CATEGORIES= japanese
-MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/appendix/ \
- ftp://ftp.sra.co.jp/pub/misc/eb/appendix/old/ \
- ftp://ftp.sra.co.jp/pub/misc/eb/ \
- ftp://ftp.sra.co.jp/pub/misc/eb/old/ \
- ftp://ftp.mei.co.jp/free/others/Dictionary/eb/appendix/ \
- ftp://ftp.mei.co.jp/free/others/Dictionary/eb/
-DISTFILES= ${EBFILES} ${APPENDIXFILES}
-
-MAINTAINER= takamune@avrl.mei.co.jp
-
-EBFILES= ${DISTNAME}.tar.gz
-APPENDIXFILES= cencro-1.0.tar.gz \
- chujiten-2.3.tar.gz \
- chujiten2-2.0.tar.gz \
- chujiten6-2.3.tar.gz \
- colloc-2.0.tar.gz \
- crownfj-2.0.tar.gz \
- daihyakka-1.0.tar.gz \
- daijirin-2.0.tar.gz \
- dd75-2.0.tar.gz \
- genius-1.0.tar.gz \
- global-2.0.tar.gz \
- heritage-2.2.tar.gz \
- izumi-2.0.tar.gz \
- jitenban-2.4.tar.gz \
- jitenban97-2.1.tar.gz \
- kanjigen-2.0.tar.gz \
- kanjigen2-2.0.tar.gz \
- kojien-2.3.tar.gz \
- kojien2-2.0.tar.gz \
- kojien4-2.2.tar.gz \
- oxford-2.0.tar.gz \
- plus-2.0.tar.gz \
- readers-2.2.tar.gz \
- readers2-2.0.tar.gz
-LISTFILES= LIST LIST-ja
-
-EXTRACT_ONLY= ${EBFILES}
-
-DIST_SUBDIR= eb
-USE_LIBTOOL= yes
-CONFIGURE_ARGS= --with-zlib
-CONFIGURE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
- INSTALL_DATA="${INSTALL_DATA}"
-
-APPENDIXDIR= ${PREFIX}/share/eb/appendix
-
-post-install:
-.for file in ${APPENDIXFILES}
- ${TAR} -C ${APPENDIXDIR} -zxmf ${DISTDIR}/${DIST_SUBDIR}/${file}
-.endfor
-.for file in ${LISTFILES}
- ${INSTALL_DATA} ${FILESDIR}/${file} ${APPENDIXDIR}
-.endfor
-
-.include <bsd.port.mk>