blob: 198b7d8cce197d4769240d4ef06b35248a3e72e6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# 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"
|