mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +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).
31 lines
520 B
Makefile
31 lines
520 B
Makefile
# New ports collection makefile for: de-netscape7
|
|
# Date created: 28 Feb 2002
|
|
# Whom: Thomas E. Zander <riggs@rrr.de>
|
|
# based on the www/linux-netscape6 port
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMEPREFIX?= de-
|
|
CATEGORIES= german www linux
|
|
|
|
DISTFILES= AIM.xpi \
|
|
browser.xpi \
|
|
defldede.xpi \
|
|
flash.xpi \
|
|
jre.xpi \
|
|
langdede.xpi \
|
|
mail.xpi \
|
|
psm.xpi \
|
|
regde.xpi \
|
|
regfr.xpi \
|
|
spellchecker.xpi \
|
|
talkback.xpi \
|
|
xpcom.xpi
|
|
|
|
MAINTAINER= riggs@rrr.de
|
|
|
|
NETSCAPE_LANG= german
|
|
|
|
.include "../../www/netscape7/Makefile"
|