aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/ASCIIdates98-fpw/Makefile
blob: c05e8adafd9eb7533fa06c65a75862d6f993822b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# New ports collection makefile for:    ASCIIdates98 Dictionary - JIS X 4081 version
# Date created:         2000.11.28
# Whom:         Satoshi Taoka <taoka@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   ASCIIdates98-fpw
PORTVERSION=    1.0
CATEGORIES= japanese
MASTER_SITES=   http://openlab.ring.gr.jp/edict/fpw/dist/ASCIIdates98/
DISTNAME=   ${PORTNAME:S/-fpw//}-${PORTVERSION}

MAINTAINER= taoka@FreeBSD.org
COMMENT=    A Japanese dictionary for PC terms in '98 ASCII Dates Book (EPWING V1 format)

USE_ZIP=    yes
NO_BUILD=   yes
WRKSRC=     ${WRKDIR}/ascdates
EXTRACT_BEFORE_ARGS=    -qL

do-install:
    ${MKDIR} ${PREFIX}/share/dict/ASCIIdates98-fpw/ascdates/data
    ${INSTALL_DATA} ${WRKSRC}/ascdates/data/honmon ${PREFIX}/share/dict/ASCIIdates98-fpw/ascdates/data
    ${INSTALL_DATA} ${WRKSRC}/catalogs ${PREFIX}/share/dict/ASCIIdates98-fpw
.if !defined(NOPORTDOCS)
    ${MKDIR} ${PREFIX}/share/doc/ASCIIdates98-fpw
.for i in readme
    ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/ASCIIdates98-fpw
.endfor
.endif

.include <bsd.port.mk>