summaryrefslogtreecommitdiff
path: root/korean
diff options
context:
space:
mode:
authorCHOI Junho <cjh@FreeBSD.org>2000-06-25 13:14:14 +0000
committerCHOI Junho <cjh@FreeBSD.org>2000-06-25 13:14:14 +0000
commit7617b1c2349fc9ea8c316e10bb712345d6495d90 (patch)
treef47ae8231f5be17b1ec0467988e1c79f73c6b609 /korean
parentUpdate to 0.5.9. (diff)
Korean-enabled Netscape Comunicator for Linux.
Notes
Notes: svn path=/head/; revision=29850
Diffstat (limited to 'korean')
-rw-r--r--korean/linux-netscape47-communicator/Makefile18
-rw-r--r--korean/linux-netscape47-communicator/files/start.sh.in22
2 files changed, 40 insertions, 0 deletions
diff --git a/korean/linux-netscape47-communicator/Makefile b/korean/linux-netscape47-communicator/Makefile
new file mode 100644
index 000000000000..58facb837484
--- /dev/null
+++ b/korean/linux-netscape47-communicator/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: Netscape browser with Korean resources
+# Date created: 25 Jun 2000
+# Whom: cjh@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+RUN_DEPENDS= ${PREFIX}/bin/${BROWSER_ARC}-${BROWSER_VERSION}:${PORTSDIR}/www/linux-netscape47-${BROWSER}
+RUN_DEPENDS+= /compat/linux/usr/share/locale/ko/LC_MESSAGES/SYS_LC_MESSAGES:${PORTSDIR}/korean/linux_locale
+
+MAINTAINER= cjh@FreeBSD.org
+
+BROWSER_ARC= ${BROWSER}-linux
+MASTERDIR_LINUX= ${.CURDIR}/../linux-netscape47-communicator
+NSUBDIR= lib/netscape-linux
+START_SCRIPT= ${MASTERDIR_LINUX}/files/start.sh.in
+
+.include "${.CURDIR}/../netscape47-communicator/Makefile"
diff --git a/korean/linux-netscape47-communicator/files/start.sh.in b/korean/linux-netscape47-communicator/files/start.sh.in
new file mode 100644
index 000000000000..f28c878eb48b
--- /dev/null
+++ b/korean/linux-netscape47-communicator/files/start.sh.in
@@ -0,0 +1,22 @@
+#!/bin/sh
+if [ ! -d $HOME/.netscape ]; then
+ mkdir -m 700 $HOME/.netscape
+ cp @RDIR@/preferences.js $HOME/.netscape
+ chmod 644 $HOME/.netscape/preferences.js
+fi
+export LANG=@LANG@
+export LC_ALL=${LANG}
+export LC_CTYPE=${LANG}
+export MOZILLA_HOME=@NDIR@
+export CLASSPATH=.:${MOZILLA_HOME}
+export NS_NETHELP_PATH=${MOZILLA_HOME}/${LANG}
+export XKEYSYMDB=@X11BASE@/lib/X11/XKeysymDB
+export XAPPLRESDIR=@RDIR@
+export TIMID_DIR=/usr/local/lib/timidity
+export XCMSDB=/dev/null
+ulimit -c 0
+if [ -x /compat/linux/usr/X11R6/lib/libXm-ns.so.1.0.2 ]; then
+ exec ${MOZILLA_HOME}/netscape-dynMotif "$@"
+else
+ exec ${MOZILLA_HOME}/@BROWSER_BIN@ "$@"
+fi