diff options
author | abs <abs@pkgsrc.org> | 2004-01-23 08:58:42 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2004-01-23 08:58:42 +0000 |
commit | 69469aa83c679493bb88f0f860fbb98a1b4779aa (patch) | |
tree | c1ee1dd3ec2e8820b327248f8342a3e9e4fb87a7 /www/netscape | |
parent | 8071b3f5254aeb712a9d6c3bc6361cd0606f3908 (diff) | |
download | pkgsrc-69469aa83c679493bb88f0f860fbb98a1b4779aa.tar.gz |
Update netscape to 20040123
Update NETSCAPE_PREFERRED_DEFAULT to MozillaFirebird:mozilla:MozillaFirebird-bin:netscape7:communicator:navigator
Switch froom 'navigator' version to datestamp
Diffstat (limited to 'www/netscape')
-rw-r--r-- | www/netscape/Makefile | 26 |
1 files changed, 10 insertions, 16 deletions
diff --git a/www/netscape/Makefile b/www/netscape/Makefile index 180f0e3e341..99fcbcc60d7 100644 --- a/www/netscape/Makefile +++ b/www/netscape/Makefile @@ -1,25 +1,24 @@ -# $NetBSD: Makefile,v 1.15 2003/09/30 09:06:01 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.16 2004/01/23 08:58:42 abs Exp $ # -COMMENT= Open new window using netscape-like browser +DISTNAME= netscape-20040123 +CATEGORIES= www +MASTER_SITES= # empty +DISTFILES= # empty -BINNAME= netscape +MAINTAINER= abs@NetBSD.org +COMMENT= Open new window using netscape-like browser -.include "../navigator/Makefile.common" +DEPENDS+= ns-remote>=1.3:../../www/ns-remote +DEPENDS+={${NETSCAPE_PREFERRED:C/:/,/g}}-[0-9]*:../../www/${NETSCAPE_PREFERRED:C/:.*//} -NETSCAPE_PREFERRED_DEFAULT=netscape7:communicator:navigator:phoenix-bin:phoenix:mozilla +NETSCAPE_PREFERRED_DEFAULT=MozillaFirebird:mozilla:MozillaFirebird-bin:netscape7:communicator:navigator .if defined(NS_PREFERRED) NETSCAPE_PREFERRED=${NS_PREFERRED}:${NETSCAPE_PREFERRED_DEFAULT} .else NETSCAPE_PREFERRED=${NETSCAPE_PREFERRED_DEFAULT} .endif -DEPENDS+= ns-remote>=1.3:../../www/ns-remote -DEPENDS+={${NETSCAPE_PREFERRED:C/:/,/g}}-[0-9]*:../../www/${NETSCAPE_PREFERRED:C/:.*//} - -DISTFILES= # empty -MASTER_SITES= # empty - USE_BUILDLINK2= # defined WRKSRC= ${WRKDIR} @@ -33,9 +32,4 @@ do-build: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/netscape ${PREFIX}/bin/netscape -# this will be set in ../navigator/Makefile.common if we are using a linux -# netscape. -.if defined(NS_NEED_LINUX) -.include "../../emulators/suse_linux/Makefile.application" -.endif .include "../../mk/bsd.pkg.mk" |