pkgsrc/www/netscape7/Makefile.NetBSD.i386
jschauma 991628c872 Update netscape7 to 7.2, latest stable version available.
Changes since 7.1 according to
http://wp.netscape.com/eng/mozilla/ns7/relnotes/7.html:

* Popup Window Controls have been improved to block mouseover pop-ups and
  limit the number of pop-ups when popup window controls preference is set
  to off.
* Password Manager allows you to display saved passwords.
* vCard support in Netscape Mail.
* Improvements to Palm Sync.
* Table Editing controls in Composer.
* New Macromedia? Flash 7 plugin for Windows.
* Improvements in browser rendering speed and application start-up.
* Improvements in standards support.
2005-04-11 16:17:34 +00:00

35 lines
1,022 B
Makefile

# $NetBSD: Makefile.NetBSD.i386,v 1.10 2005/04/11 16:17:34 jschauma Exp $
#
DIST_DIR_NAME= linux
DEPENDS+= suse_compat>=7.3:../../emulators/${SUSE_DIR_PREFIX}_compat
DEPENDS+= suse_x11>=7.3:../../emulators/${SUSE_DIR_PREFIX}_x11
DEPENDS+= suse_gtk>=7.3:../../emulators/${SUSE_DIR_PREFIX}_gtk
FIND_ARG= -d .
# installing over emulation files doesn't work (huh?), so clean out any
# existing files first
post-extract:
if [ "${INSTDIR}" != "${WRKSRC}/dest" ]; then \
${RM} -fr ${INSTDIR}; \
fi
# try to keep emul root clean
pre-clean:
@if [ -d ${PREFIX}/emul/linux${WRKDIR} ]; then \
cd ${PREFIX}/emul/linux${WRKDIR}/.. && ${RM} -fr *; \
fi
.include "../../emulators/suse_linux/Makefile.application"
# The installer starts netscape - under linux emulation, nontheless!
# If the user running 'make' has permission to do so, the installer will
# create files in the emulation root.
.if exists(${WRKSRC}/dest/plugins)
INSTDIR= ${WRKSRC}/dest
.else
INSTDIR= ${PREFIX}/emul/linux${WRKSRC}/dest
.endif