diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-07-01 16:19:13 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-07-01 16:19:13 +0000 |
commit | f928d72e67bbaddc30d10d015088c781b9bbfd96 (patch) | |
tree | 67944f7c12b201d6f1c67e11f9045ad183de124a /www/netscape7/Makefile | |
parent | 0e14eb85128ab525d22ef3366ea2eabe80cc3f3c (diff) | |
download | pkgsrc-f928d72e67bbaddc30d10d015088c781b9bbfd96.tar.gz |
Update netscape7 to latest version 7.1.
"The top features introduced since Netscape 7.1 include:
Junk mail controls
Popup controls
International Domain Name support
Image zoom, fit to window
Mail views
Palm Sync
Developer Tools
Speed and stability enhancements"
See http://wp.netscape.com/eng/mozilla/ns7/relnotes/7.html for more
details.
NB: For the time being (at least), only an english version is available.
Localized versions will hopefully show up on the ftp mirrors at some point
in the future.
Diffstat (limited to 'www/netscape7/Makefile')
-rw-r--r-- | www/netscape7/Makefile | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/www/netscape7/Makefile b/www/netscape7/Makefile index 402769e04c7..1783be1f423 100644 --- a/www/netscape7/Makefile +++ b/www/netscape7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2003/04/24 13:20:33 abs Exp $ +# $NetBSD: Makefile,v 1.16 2003/07/01 16:19:13 jschauma Exp $ # DISTNAME= netscape-i686-pc-linux-gnu-sea @@ -24,9 +24,14 @@ NO_BIN_ON_FTP= ${RESTRICTED} ONLY_FOR_PLATFORM= Linux-*-i[3-6]86 NetBSD-*-i386 INTERACTIVE_STAGE= build -PKG_LANG?= english +# XXX: +# At this point in time, 7.1 is only available in english. Hopefully +# soon there will be others. For the time being, force PKG_LANG to +# english. +#PKG_LANG?= english +PKG_LANG= english VERS_MAJ= 7 -VERS_MIN= 02 +VERS_MIN= 1 SUB= ${PKG_LANG}/${VERS_MAJ}.${VERS_MIN}/unix/${DIST_DIR_NAME}/sea DIST_SUBDIR= netscape/${VERS_MAJ}.${VERS_MIN}/${PKG_LANG} @@ -36,8 +41,12 @@ DISTINFO_FILE= ${PKGDIR}/distinfo.${PKG_LANG} PLIST_SRC= ${WRKDIR}/PLIST -pre-fetch: - @${CAT} ${FILESDIR}/fetch-message +# XXX: +# At this point in time, 7.1 is only available in english. Hopefully +# soon there will be others. For the time being, force PKG_LANG to +# english (see above). +#pre-fetch: +# @${CAT} ${FILESDIR}/fetch-message pre-build: ${SED} -e "s|@PREFIX@|${PREFIX}|g" ${FILESDIR}/netscape.sh > \ |