blob: 47c27e9b54a6d3b0f5524c16ced47ae50a09b872 (
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-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
COMMENT= Linux Netscape 6 suite (German)
NETSCAPE_LANG= german
.include "../../www/netscape7/Makefile"
|