freebsd-ports/japanese/wordnet-fpw/Makefile
Norikatsu Shigemura 5fd6490984 Utilize PORTDOCS and DOCSDIR.
PR:		ports/57861
Submitted by:	rushani
Approved by:	taoka (blanket)
2004-03-03 16:19:47 +00:00

35 lines
924 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}
PORTREVISION= 1
CATEGORIES= japanese
MASTER_SITES= http://openlab.ring.gr.jp/edict/fpw/dist/wordnet/
DISTNAME= wordnet-${WN_VER}-fpw${WNFPW_VER}
MAINTAINER= taoka@FreeBSD.org
COMMENT= A English - English Dictionary (EPWING V1 format)
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} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/readme ${DOCSDIR}
.endif
.include <bsd.port.mk>