pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/netscape Update netscape to 20040123
details: https://anonhg.NetBSD.org/pkgsrc/rev/5825588c8150
branches: trunk
changeset: 466776:5825588c8150
user: abs <abs%pkgsrc.org@localhost>
date: Fri Jan 23 08:58:42 2004 +0000
description:
Update netscape to 20040123
Update NETSCAPE_PREFERRED_DEFAULT to MozillaFirebird:mozilla:MozillaFirebird-bin:netscape7:communicator:navigator
Switch froom 'navigator' version to datestamp
diffstat:
www/netscape/Makefile | 26 ++++++++++----------------
1 files changed, 10 insertions(+), 16 deletions(-)
diffs (49 lines):
diff -r 9972160cd51b -r 5825588c8150 www/netscape/Makefile
--- a/www/netscape/Makefile Fri Jan 23 08:43:17 2004 +0000
+++ b/www/netscape/Makefile Fri Jan 23 08:58:42 2004 +0000
@@ -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 $
#
+DISTNAME= netscape-20040123
+CATEGORIES= www
+MASTER_SITES= # empty
+DISTFILES= # empty
+
+MAINTAINER= abs%NetBSD.org@localhost
COMMENT= Open new window using netscape-like browser
-BINNAME= netscape
+DEPENDS+= ns-remote>=1.3:../../www/ns-remote
+DEPENDS+={${NETSCAPE_PREFERRED:C/:/,/g}}-[0-9]*:../../www/${NETSCAPE_PREFERRED:C/:.*//}
-.include "../navigator/Makefile.common"
-
-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-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"
Home |
Main Index |
Thread Index |
Old Index