aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/waeijiro-fpw/Makefile
blob: ce4f3164d81b4611658f65c1ec9f8186a34541d0 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# New ports collection makefile for:    WAEIJIRO Dictionary - JIS X 4081 version
# Date created:         2002.9.9
# Whom:         Satoshi Taoka <taoka@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   waeijiro-fpw
PORTVERSION=    1.1
CATEGORIES= japanese
#MASTER_SITES=  http://openlab.ring.gr.jp/edict/fpw/dist/eijiro/
MASTER_SITES=   http://www.dsl.gr.jp/~tf/pool/
#DISTNAME=  ${PORTNAME}${PORTVERSION}-src

MAINTAINER= taoka@FreeBSD.org
COMMENT=    WAEIJIRO English - Japanese Dictionary (EPWING V1 format)

EXTRACT_DEPENDS=${LOCALBASE}/share/doc/freepwing/fpwutils.mk:${PORTSDIR}/japanese/freepwing
BUILD_DEPENDS=  ${LOCALBASE}/libexec/freepwing/catdump:${PORTSDIR}/japanese/freepwing \
        ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Jcode.pm:${PORTSDIR}/japanese/p5-Jcode

RESTRICTED= "The original dictionary is not free"
NO_PACKAGE= "The original dictionary is not free"
USE_GMAKE=  yes
DICT_PATH?= /cdrom
SRCFILE?=   waeiji52.txt

# For eijiro included in a book sold by ALC Inc.
# (http://www.alc.co.jp/alcshop/eng/eijiro/)
.if exists(${DICT_PATH}/eijiro-original)
BUILD_DEPENDS+= lha:${PORTSDIR}/archivers/lha

CDROM_PATH:=    ${DICT_PATH}
DICT_PATH:= ${WRKDIR}
.else
CDROM_PATH= ${NONEXISTENT}
.endif

MAKE_ARGS:= SRC_DICT=${DICT_PATH}/${SRCFILE}

post-extract:
    @if [ -f ${CDROM_PATH}/eijiro-original/*.exe ]; then \
      lha xiw=${WRKDIR} ${CDROM_PATH}/eijiro-original/*.exe '*/${SRCFILE}'; \
    elif [ ! -f ${DICT_PATH}/${SRCFILE} ]; then \
      ${ECHO} "###################################################"; \
      ${ECHO} "I cannot find a file ${DICT_PATH}/${SRCFILE}"; \
      ${ECHO} "Specify the Waeijiro Dictionary file with the full path"; \
      ${ECHO} "and excecute the following command again:"; \
      ${ECHO} "  make DICT_PATH=${DICT_PATH} SRCFILE=${SRCFILE}"; \
      ${ECHO} ""; \
      ${ECHO} "Notice: DICT_PATH must be a full path to the file."; \
      ${ECHO} "###################################################"; \
      ${FALSE}; \
    fi
    ${CP} ${LOCALBASE}/share/doc/freepwing/fpwutils.mk ${WRKSRC}

post-build:
    cd ${WRKSRC}; fpwmake catalogs

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

.include <bsd.port.mk>