blob: 78dfec1ae6c4857d9485c635be939572b9c332db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# 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$
#
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"
|