summaryrefslogtreecommitdiff
path: root/japanese/eb2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/eb2/Makefile')
-rw-r--r--japanese/eb2/Makefile67
1 files changed, 0 insertions, 67 deletions
diff --git a/japanese/eb2/Makefile b/japanese/eb2/Makefile
deleted file mode 100644
index bb56a3bf3307..000000000000
--- a/japanese/eb2/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>