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.
30 lines
531 B
Makefile
30 lines
531 B
Makefile
# New ports collection makefile for: de-linux-netscape6
|
|
# Date created: 28 Feb 2002
|
|
# Whom: Thomas E. Zander <riggs@rrr.de>
|
|
# based on the www/linux-netscape6 port
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= german www linux
|
|
|
|
DISTFILES= browser.xpi \
|
|
defldede.xpi \
|
|
flash.xpi \
|
|
jre.xpi \
|
|
langdede.xpi \
|
|
mail.xpi \
|
|
psm.xpi \
|
|
regde.xpi \
|
|
regfr.xpi \
|
|
regus.xpi \
|
|
spellchecker.xpi \
|
|
talkback.xpi \
|
|
xpcom.xpi
|
|
|
|
MAINTAINER= riggs@rrr.de
|
|
|
|
NETSCAPE6_LANG= german
|
|
|
|
.include "../../www/linux-netscape6/Makefile"
|