summaryrefslogtreecommitdiff
path: root/korean/pgp.language/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'korean/pgp.language/Makefile')
-rw-r--r--korean/pgp.language/Makefile52
1 files changed, 52 insertions, 0 deletions
diff --git a/korean/pgp.language/Makefile b/korean/pgp.language/Makefile
new file mode 100644
index 000000000000..b940f15b678e
--- /dev/null
+++ b/korean/pgp.language/Makefile
@@ -0,0 +1,52 @@
+# 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$
+#
+# 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
+
+EXTRACT_CMD= unzip
+EXTRACT_ARGS= -q
+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>