1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Korean-enabled Netscape Comunicator for Linux.

This commit is contained in:
CHOI Junho 2000-06-25 13:14:14 +00:00
parent 4d4d19d2b5
commit 7617b1c234
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29850
2 changed files with 40 additions and 0 deletions

View File

@ -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"

View File

@ -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