mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
b2b32546c4
English; and 7.02 for French, German, Japanese, and Brazilian Portuguese. These are reportedly free of the onunload referrer bug (#145579 in bugzilla). The Sun Java plugin is no longer available from the same places. AIM is needed by the 7.02 versions. The DOM inspector and "venkman" JavaScript debugger are available for 7.1. Compress generated files with bzip2; omit "linux-" from their names. The RDF files provided by the ports are no longer needed. Update references to Netscape 6. Run chmod to fix permissions on extracted files (for the Portuguese slave port). Remove unneeded XXXchecksum target. Change the configuration process, so that extraneous files are not downloaded. This resolves PR 44101, submitted by Fernan Aguero.
32 lines
621 B
Makefile
32 lines
621 B
Makefile
# 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"
|