1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/japanese/jargon-fpw/Makefile
Satoshi Taoka 7962f047cf Before this, this port converts the original dictionary (that is not found)
to JIS X 4081 format.
Now I avail the converted one which is open at
http://openlab.ring.gr.jp/edict/.

Obtained from:	fenner's report
2001-03-08 05:50:36 +00:00

37 lines
1013 B
Makefile

# New ports collection makefile for: The Jargon File - JIS X 4081 format version
# Date created: 00/06/19
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= jargon-fpw
PORTVERSION= 1.1a
CATEGORIES= japanese
MASTER_SITES= http://openlab.ring.gr.jp/edict/fpw/dist/jargon/
DISTNAME= jarg-fpw${PORTVERSION}
MAINTAINER= taoka@FreeBSD.org
USE_ZIP= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/jargon
EXTRACT_BEFORE_ARGS= -qL
do-install:
${MKDIR} ${PREFIX}/share/dict/jargon-fpw/jargon/data
${MKDIR} ${PREFIX}/share/dict/jargon-fpw/jargon/gaiji
${INSTALL_DATA} ${WRKSRC}/jargon/data/honmon ${PREFIX}/share/dict/jargon-fpw/jargon/data
${INSTALL_DATA} ${WRKSRC}/jargon/gaiji/gai16h ${PREFIX}/share/dict/jargon-fpw/jargon/gaiji
${INSTALL_DATA} ${WRKSRC}/catalogs ${PREFIX}/share/dict/jargon-fpw
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/jargon-fpw
.for i in readme.1st readme.txt
${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/jargon-fpw
.endfor
.endif
.include <bsd.port.mk>