freebsd-ports/japanese/eb2/Makefile
Satoshi Asami 7810fb706b Upgrade to ndtpd-2.3.2 and eb-2.3.2. PR was for ndtpd-2.3.1 and
eb-2.3, I changed the versions and recalculated the checksums.

Also, ndtpd/patches/patch-aa (by me) is for quieting ndtpd somewhat so
it won't leave dozens of lines to /var/log/messages every time someone
looks up a word, and eb/patches/patch-aa (by Kasahara-san, the
original author) is for changing the shared lib versions.
ndtpd/Makefile's LIB_DEPENDS was adjusted accordingly.

PR:		12130
Submitted by:	maintainer
Reviewed (my changes) by: maintainer
1999-08-19 10:50:30 +00:00

67 lines
1.6 KiB
Makefile

# New ports collection makefile for: eb
# Version required: 2.3.2
# Date created: 20 Jan 1999
# Whom: Motoyuki Kasahara <m-kasahr@sra.co.jp>
#
# $Id: Makefile,v 1.3 1999/06/05 22:29:54 mharo Exp $
#
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 \
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>