freebsd-ports/japanese/wordnet-fpw/Makefile
Satoshi Taoka ef25253be2 Use the converted file on the master site
instead of converting the original file by its converting script
        in this port.
2001-08-23 01:57:35 +00:00

33 lines
891 B
Makefile

# New ports collection makefile for: WordNet - JIS X 4081 format version
# Date created: 00/06/19
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= wordnet-fpw
PORTVERSION= ${WN_VER}.${WNFPW_VER}
CATEGORIES= japanese
MASTER_SITES= http://openlab.ring.gr.jp/edict/fpw/dist/wordnet/
DISTNAME= wordnet-${WN_VER}-fpw${WNFPW_VER}
MAINTAINER= taoka@FreeBSD.org
USE_ZIP= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/wordnet
EXTRACT_BEFORE_ARGS= -qL
WNFPW_VER= 1.1.2
WN_VER= 1.6
do-install:
${MKDIR} ${PREFIX}/share/dict/wordnet-fpw/wordnet/data
${INSTALL_DATA} ${WRKSRC}/wordnet/data/honmon ${PREFIX}/share/dict/wordnet-fpw/wordnet/data
${INSTALL_DATA} ${WRKSRC}/catalogs ${PREFIX}/share/dict/wordnet-fpw
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/wordnet-fpw
${INSTALL_DATA} ${WRKSRC}/readme ${PREFIX}/share/doc/wordnet-fpw
.endif
.include <bsd.port.mk>