diff options
author | sada <sada@FreeBSD.org> | 2000-03-26 20:07:50 +0000 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2000-03-26 20:07:50 +0000 |
commit | 2da271f80a0fd39461b8b3e549bcddb634d02de8 (patch) | |
tree | 37b6421365c96f8bb8df9f1a82e0191d79564568 /japanese/linux-netscape47-communicator/Makefile | |
parent | beb9fbef2e239129a4b96a15214ae2e6848a8641 (diff) | |
download | FreeBSD-ports-2da271f80a0fd39461b8b3e549bcddb634d02de8.zip FreeBSD-ports-2da271f80a0fd39461b8b3e549bcddb634d02de8.tar.gz |
Japanized Netscape Communicator for Linux emulation.
Submitted by: Ryuichiro IMURA <imura@FreeBSD.org>
Diffstat (limited to 'japanese/linux-netscape47-communicator/Makefile')
-rw-r--r-- | japanese/linux-netscape47-communicator/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/japanese/linux-netscape47-communicator/Makefile b/japanese/linux-netscape47-communicator/Makefile new file mode 100644 index 0000000..c1b6b16 --- /dev/null +++ b/japanese/linux-netscape47-communicator/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: Netscape browser with Japanese resources +# Version required: 4.7x +# Date created: 24 Mar 2000 +# Whom: imura@FreeBSD.org +# +# $FreeBSD$ +# + +RUN_DEPENDS= ${PREFIX}/bin/${BROWSER_ARC}-${BROWSER_VERSION}:${PORTSDIR}/www/linux-netscape47-${BROWSER} +RUN_DEPENDS+= /compat/linux/usr/share/locale/ja_JP:${PORTSDIR}/japanese/linux_locale + +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" |