fc66aa4263
ports/japanese and ports/www. In their place, I add corresponding netscape7 ports, after repo copies. Now ports/www/netscape7 will no longer be a slave port. Instead it is the master port for the others. The French, German, and Japanese ports now have AIM, because I had trouble getting them to work without it. I add a security warning to all these ports, about the "forward referrer" bug (Mozilla bug 145579).
29 lines
512 B
Makefile
29 lines
512 B
Makefile
# New ports collection makefile for: ja-netscape7
|
|
# Date created: 2002-03-04
|
|
# Whom: trevor
|
|
# based on the german/linux-netscape6 port by Thomas E. Zander
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMEPREFIX= ja-
|
|
PORTREVISION= 0
|
|
CATEGORIES= japanese www linux
|
|
|
|
DISTFILES= AIM.xpi \
|
|
browser.xpi \
|
|
defljajp.xpi \
|
|
flash.xpi \
|
|
jre.xpi \
|
|
langjajp.xpi \
|
|
mail.xpi \
|
|
psm.xpi \
|
|
regjp.xpi \
|
|
regus.xpi \
|
|
spellchecker.xpi \
|
|
talkback.xpi \
|
|
xpcom.xpi
|
|
|
|
NETSCAPE_LANG= japanese
|
|
|
|
.include "../../www/netscape7/Makefile"
|