aboutsummaryrefslogtreecommitdiffstats
path: root/korean/pgp.language/Makefile
blob: 4565738e35561cf6f274dae7f76aa6d8656c811d (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
# New ports collection makefile for: pgp.language (korean)
# Version required:     2.6.3i
# Date created:         22 Jul 1998
# Whom:                 CHOI Junho <junker@jazz.snu.ac.kr>
#
# $Id: Makefile,v 1.2 1998/10/16 02:53:04 jseger Exp $
#
# This is based on ja-pgp.
#

DISTNAME=   pgp263i-${PGP_LANGUAGE}
PKGNAME=    ko-pgp-2.6.3
CATEGORIES= korean security
MASTER_SITES=   http://sparcs.kaist.ac.kr/~firiel/Works/
EXTRACT_SUFX=   .zip

MAINTAINER= junker@jazz.snu.ac.kr

BUILD_DEPENDS=  unzip:${PORTSDIR}/archivers/unzip
RUN_DEPENDS=    pgp:${PORTSDIR}/security/pgp

RESTRICTED= "Crypto"

EXTRACT_CMD=    unzip
EXTRACT_BEFORE_ARGS=    -q
EXTRACT_AFTER_ARGS= # empty
NO_BUILD=   YES

# version and language specifications
PGP_LANGUAGE=   korean
PGP_LANG=   ko
PGP_CHARSET=    noconv

PGPLIB=     ${PREFIX}/lib/pgp
OBJS=       language.txt ${PGP_LANG}.hlp README.${PGP_LANG} \
        ${PGP_LANG}2.hlp

do-install:
    -[ -d ${PGPLIB} ] || { \
        ${MKDIR} ${PGPLIB} ; \
        chown bin.bin ${PGPLIB} ; \
        chmod 555 ${PGPLIB} ; }
    -[ -f ${PGPLIB}/language.txt ] && \
        ${MV} ${PGPLIB}/language.txt ${PGPLIB}/language.txt.bak
    @cd ${WRKDIR}; \
        ${INSTALL_DATA} ${OBJS} ${PGPLIB}; \
        ${INSTALL_DATA} voca.txt dict.txt ${PGPLIB}
    @cd ${PGPLIB}; \
        ${GREP} -l -q '^Language.*=.*${PGP_LANG}' config.txt || \
        ${SH} ${SCRIPTDIR}/pgp.config.l10n.sh \
            ${PGPLIB} ${PGP_LANG} ${PGP_CHARSET}
    -pgp > /dev/null  2>&1  # update .idx file
    @${CAT} ${PKGDIR}/MESSAGE

.include <bsd.port.mk>