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