11a8ef61f6
user's environment variable with the same name. cf. http://tuxedo.org/~esr/BROWSER/ http://www.dwheeler.com/browse/secure_browser.html Approved by: cjh, girgen@partitur.se, sada, trevor
42 lines
1.2 KiB
Makefile
42 lines
1.2 KiB
Makefile
# New ports collection makefile for: Netscape Communicator for BSDI BSD/OS
|
|
# Date created: 10 May 2000
|
|
# Whom: Trevor Johnson <trevor@jpj.net>
|
|
# based on work by thepish and girgen@partitur.se
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bsdi-netscape-${BROWSER_NAME}
|
|
PORTVERSION= 4.75
|
|
|
|
MAINTAINER= trevor@FreeBSD.org
|
|
|
|
FORBIDDEN= "buffer overflow in password field of HTML forms,\
|
|
reported by Michal Zalewski and fixed in 4.76--example at \
|
|
http://people.freebsd.org/~trevor/hostile-page.html ; \
|
|
also has GIF comment bug--see \
|
|
http://dividuum.de/security/netscape/ "
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
DISTFILES= ${BROWSER_NAME}-v475-us.${NETSCAPE_DIST_TAG}.tar.gz
|
|
INFILE_HEAD= 'Communicator,4.75.0.20000814'
|
|
BROWSER_VER= 4.75
|
|
WRKSRC= ${WRKDIR}/${BROWSER_NAME}-v475.${NETSCAPE_DIST_TAG}
|
|
|
|
NETSCAPE_DIST_ARCH= unsupported/bsdi21
|
|
NETSCAPE_DIST_TAG= x86-bsdi-bsd2
|
|
|
|
# don't overwrite the FreeBSD port's shell script wrapper in ${PREFIX}/bin
|
|
BROWSER_ARC= ${BROWSER_NAME}-bsdi
|
|
|
|
MAILCAP= ${.CURDIR}/../bsdi-netscape47-communicator/files/mailcap
|
|
NSUBDIR= lib/netscape-bsdi
|
|
|
|
# don't require a.out libraries
|
|
WITHOUT_AOUT= yes
|
|
|
|
pre-fetch:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include "../netscape47-communicator/Makefile"
|