blob: 31ddf2bdbecab60f89e0f0572020766a01135237 (
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
29
30
31
|
# 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$
#
PORTVERSION= 6.2.1
PORTREVISION= 2
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"
|