mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
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
493 B
Makefile
29 lines
493 B
Makefile
# New ports collection makefile for: fr-netscape7
|
|
# Date created: 2002-03-04
|
|
# Whom: trevor
|
|
# based on the german/linux-netscape6 port by Thomas E. Zander
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMEPREFIX?= fr-
|
|
CATEGORIES= french www linux
|
|
|
|
DISTFILES= AIM.xpi \
|
|
browser.xpi \
|
|
deflfrfr.xpi \
|
|
flash.xpi \
|
|
jre.xpi \
|
|
langfrfr.xpi \
|
|
mail.xpi \
|
|
psm.xpi \
|
|
regfr.xpi \
|
|
regus.xpi \
|
|
spellchecker.xpi \
|
|
talkback.xpi \
|
|
xpcom.xpi
|
|
|
|
NETSCAPE_LANG= french
|
|
|
|
.include "../../www/netscape7/Makefile"
|