freebsd-ports/japanese/pejv-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

34 lines
889 B
Makefile

# New ports collection makefile for: pejv 100 - JIS X 4081 format version
# Date created: 2000.11.08
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pejv-fpw
PORTVERSION= 1.0.3
PORTREVISION= 1
CATEGORIES= japanese
MASTER_SITES= http://openlab.ring.gr.jp/edict/fpw/dist/pejv/
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= taoka@FreeBSD.org
COMMENT= An Esperanto-Japanese dictionary (EPWING V1 format)
USE_ZIP= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/pejv
EXTRACT_BEFORE_ARGS= -qL
do-install:
${MKDIR} ${PREFIX}/share/dict/pejv-fpw/pejv/data
${INSTALL_DATA} ${WRKSRC}/pejv/data/honmon ${PREFIX}/share/dict/pejv-fpw/pejv/data
${INSTALL_DATA} ${WRKSRC}/catalogs ${PREFIX}/share/dict/pejv-fpw
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for i in readme legumin.doc pejvo.doc
${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>