773dbcde7d
(the English port was already updated, because Netscape released that binary before releasing the others). Install Netscape in a different directory for each different language. The startup command is now called netscape6english, netscape6french, and so on, rather than just netscape6. Because of this, I set PORTREVISION for the English version.
28 lines
494 B
Makefile
28 lines
494 B
Makefile
# New ports collection makefile for: ja-linux-netscape6
|
|
# Date created: 2002-03-04
|
|
# Whom: trevor
|
|
# based on the german/linux-netscape6 port by Thomas E. Zander
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= japanese www linux
|
|
|
|
DISTFILES= browser.xpi \
|
|
defljajp.xpi \
|
|
flash.xpi \
|
|
jre.xpi \
|
|
langjajp.xpi \
|
|
mail.xpi \
|
|
psm.xpi \
|
|
regjp.xpi \
|
|
regus.xpi \
|
|
spellchecker.xpi \
|
|
talkback.xpi \
|
|
xpcom.xpi
|
|
|
|
NETSCAPE6_LANG= japanese
|
|
|
|
.include "../../www/linux-netscape6/Makefile"
|