summaryrefslogtreecommitdiff
path: root/www/netscape7/Makefile
diff options
context:
space:
mode:
authorjschauma <jschauma>2006-06-09 18:18:19 +0000
committerjschauma <jschauma>2006-06-09 18:18:19 +0000
commitbd250cf236686d311bef4658dcc9dcd8f9346598 (patch)
tree684a186080f4ba378780483453a05f0abd417518 /www/netscape7/Makefile
parent9bc41a4c99c104f06b9c0adfcc22603d15d2be29 (diff)
downloadpkgsrc-bd250cf236686d311bef4658dcc9dcd8f9346598.tar.gz
As noted on 2006-05-24
(http://mail-index.netbsd.org/pkgsrc-users/2006/05/24/0003.html): Remove netscape7 (and the respective netscape7-acroread packages) since Netscape7 (the unix flavor) is no longer maintained and has a large number of unfixed security vulnerabilities.
Diffstat (limited to 'www/netscape7/Makefile')
-rw-r--r--www/netscape7/Makefile109
1 files changed, 0 insertions, 109 deletions
diff --git a/www/netscape7/Makefile b/www/netscape7/Makefile
deleted file mode 100644
index 69f71f8f37d..00000000000
--- a/www/netscape7/Makefile
+++ /dev/null
@@ -1,109 +0,0 @@
-# $NetBSD: Makefile,v 1.34 2006/05/11 18:10:19 gdt Exp $
-#
-
-DISTNAME= netscape-i686-pc-linux-gnu-sea
-PKGNAME= netscape${VERS_MAJ}-${VERS_MAJ}.${VERS_MIN}
-PKGREVISION= 1
-CATEGORIES= www
-MASTER_SITES= ftp://ftp.netscape.com/pub/netscape7/${SUB}/ \
- ftp://sunsite.utk.edu/pub/netscape/netscape7/${SUB}/ \
- ftp://ftp.netscape.org/pub/netscape7/${SUB}/ \
- ftp://ftp-uk.netscape.com/pub/netscape7/${SUB}/ \
- ftp://ftp.informatik.rwth-aachen.de/pub/mirror/ftp.netscape.com/pub/netscape7/${SUB}/
-
-MAINTAINER= jschauma@NetBSD.org
-HOMEPAGE= http://channels.netscape.com/ns/browsers/default.jsp
-COMMENT= Netscape Browser, Mail and Newsreader suite, version 7
-
-#BUILD_DEPENDS= binpatch>=1.0:../../pkgtools/binpatch
-
-LICENSE= netcape-license
-RESTRICTED= No re-distribution without agreement from Netscape
-NO_SRC_ON_CDROM= ${RESTRICTED}
-NO_BIN_ON_CDROM= ${RESTRICTED}
-NO_SRC_ON_FTP= ${RESTRICTED}
-NO_BIN_ON_FTP= ${RESTRICTED}
-
-ONLY_FOR_PLATFORM= Linux-*-i[3-6]86 NetBSD-*-i386
-INTERACTIVE_STAGE= build
-
-WRKSRC= ${WRKDIR}/netscape-installer
-PKG_LANG?= english
-VERS_MAJ= 7
-VERS_MIN= 2
-SUB= ${PKG_LANG}/${VERS_MAJ}.${VERS_MIN}/unix/${DIST_DIR_NAME}/sea
-DIST_SUBDIR= netscape/${VERS_MAJ}.${VERS_MIN}/${PKG_LANG}
-
-.if ${PKG_LANG} != english
-DISTINFO_FILE= ${.CURDIR}/distinfo.${PKG_LANG}
-.endif
-
-PLIST_SRC= ${WRKDIR}/PLIST
-INSTALLATION_DIRS= bin
-
-pre-fetch:
- @${CAT} ${FILESDIR}/fetch-message
-
-pre-build:
- @${SED} -e "s|@PREFIX@|${PREFIX}|g" ${FILESDIR}/netscape.sh > \
- ${WRKDIR}/netscape7
- @delay=10; \
- ${SED} -e "s|@WRKSRC@|${WRKSRC}|g" -e "s|@delay@|$${delay}|g" \
- ${FILESDIR}/extract_instructions; \
- sleep $${delay}; \
- ${MKDIR} ${WRKSRC}/dest
- @${SED} -e "s|/usr/local/netscape|${WRKSRC}/dest|g" \
- ${WRKSRC}/config.ini > ${WRKSRC}/config.ini.new; \
- ${MV} ${WRKSRC}/config.ini.new ${WRKSRC}/config.ini
-
-# we must wait for netscape to start up after build!
-do-build:
- @cd ${WRKSRC} && ${SETENV} ${INST_ENV} ${SH} netscape-installer
- @sleep 10
-
-# dynamic PLIST generation
-pre-install:
- @if [ -f ${INSTDIR}/plugins/libjavaplugin_oji.so ]; then \
- cd ${INSTDIR}/plugins && ${LN} -sf \
- java2/plugin/i386/ns600/libjavaplugin_oji.so \
- libjavaplugin_oji.so; \
- fi
- @${RM} -f ${PLIST_SRC}
- @${TOUCH} ${PLIST_SRC}
- @${ECHO} 'bin/netscape7' >> ${PLIST_SRC}
- @cd ${INSTDIR} && \
- ${FIND} . ! -name "xpti.dat" \( -type f -or -type l \) \
- -print | \
- ${SED} -e 's,^\.,lib/netscape/netscape7,' >> ${PLIST_SRC}
- @${ECHO} "@unexec \$${RM} %D/lib/netscape/netscape7/components/xpti.dat 2>/dev/null || \$${TRUE}" \
- >> ${PLIST_SRC}
- @cd ${INSTDIR} && \
- ${FIND} ${FIND_ARG} \( -type d ! -name "." \) \
- -print | \
- ${SED} -e 's,^\.,@dirrm lib/netscape/netscape7,' >> \
- ${PLIST_SRC}
- @${ECHO} "@dirrm lib/netscape/netscape7" >> ${PLIST_SRC}
- @${ECHO} "@unexec \$${RMDIR} %D/lib/netscape 2>/dev/null || \$${TRUE}" \
- >> ${PLIST_SRC}
-
-#post-build:
-# ${SH} ../../www/netscape7/files/binpatch-x86-unknown-linux2.2.5-7.1.sh \
-# ${LOCALBASE} ${WRKSRC}/dest/libsoftokn3.so
-
-do-install:
- ${INSTALL_PROGRAM_DIR} ${PREFIX}/lib/netscape/netscape7
- cd ${INSTDIR} && ${PAX} -rw . ${PREFIX}/lib/netscape/netscape7
- ${INSTALL_SCRIPT} ${WRKDIR}/netscape7 ${PREFIX}/bin
- ${CHMOD} 755 ${PREFIX}/bin/netscape7
-
-.include "../../mk/bsd.prefs.mk"
-
-# everything specific to your OS/Arch goes into its own Makefile
-# group together i386, i486, i586 and i686 (for Linux)
-ARCH=${MACHINE_ARCH:C/i[3-6]86/i386/g}
-
-.if exists(Makefile.${OPSYS}.${ARCH})
-. include "Makefile.${OPSYS}.${ARCH}"
-.endif
-
-.include "../../mk/bsd.pkg.mk"