blob: 9c8c1546b81043628cd783ab4ef9c1e19176aa3c (
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-
PORTVERSION= 7.02
CATEGORIES= german www linux
MASTER_SITE_SUBDIR= ${DIST_SUBDIR}/unix/linux22/eehxkt
DISTFILES= AIM.xpi \
browser.xpi \
defldede.xpi \
flash.xpi \
langdede.xpi \
mail.xpi \
psm.xpi \
regde.xpi \
regfr.xpi \
spellchecker.xpi \
talkback.xpi \
xpcom.xpi
MAINTAINER= riggs@rrr.de
COMMENT= Linux Netscape 7 suite (German)
NETSCAPE_LANG= german
.include "../../www/netscape7/Makefile"
|