1998-08-30 03:10:27 +00:00
|
|
|
# New ports collection makefile for: netscape (full communicator beta)
|
|
|
|
# Version required: 4.5
|
1997-02-24 19:00:30 +00:00
|
|
|
# Date created: 24 Feb 1997
|
1998-08-30 03:10:27 +00:00
|
|
|
# Whom: thepish
|
1997-02-24 19:00:30 +00:00
|
|
|
#
|
1998-10-20 06:45:18 +00:00
|
|
|
# $Id: Makefile,v 1.26 1998/10/19 13:15:14 thepish Exp $
|
1997-02-24 19:00:30 +00:00
|
|
|
#
|
|
|
|
|
1998-10-19 13:15:14 +00:00
|
|
|
DISTNAME= communicator-v45-export.x86-unknown-freebsd
|
|
|
|
PKGNAME= netscape-communicator-4.5
|
1997-02-24 19:00:30 +00:00
|
|
|
CATEGORIES= www
|
1998-10-19 13:15:14 +00:00
|
|
|
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.5/english/unix/unsupported/freebsd/complete_install/
|
1997-11-15 01:11:00 +00:00
|
|
|
|
1998-08-30 03:10:27 +00:00
|
|
|
MAINTAINER= thepish@FreeBSD.ORG
|
1997-11-15 01:11:00 +00:00
|
|
|
|
1998-10-20 06:45:18 +00:00
|
|
|
BROKEN= PLIST
|
|
|
|
|
1998-08-31 08:43:01 +00:00
|
|
|
NO_LATEST_LINK= yes
|
1998-10-19 13:15:14 +00:00
|
|
|
WRKSRC= ${WRKDIR}/communicator-v45.x86-unknown-freebsd
|
1997-04-09 15:12:15 +00:00
|
|
|
NO_BUILD= Yes
|
|
|
|
|
1998-10-07 13:44:18 +00:00
|
|
|
NDIR= ${PREFIX}/lib/netscape.45
|
1997-04-09 15:12:15 +00:00
|
|
|
BINDIR= ${PREFIX}/bin
|
1997-02-24 19:00:30 +00:00
|
|
|
|
1998-10-19 13:15:14 +00:00
|
|
|
pre-extract:
|
|
|
|
.if defined(USE_128BIT)
|
|
|
|
@${ECHO} "Sorry Fortify do not provide support for pre-release netscape versions"
|
1998-03-15 15:13:57 +00:00
|
|
|
.endif
|
|
|
|
|
1998-10-19 13:15:14 +00:00
|
|
|
.if !defined(MULTIVERSION)
|
|
|
|
@${ECHO} "you can define MULTIVERSION to install the script which runs communicator-v45"
|
|
|
|
@${ECHO} "as ${BINDIR}/communicator-4.5 rather than ${BINDIR}/netscape."
|
|
|
|
@${ECHO} "You may find this useful if you want to run the stable and pre release versions"
|
|
|
|
@${ECHO} "concurrently."
|
1998-03-15 15:13:57 +00:00
|
|
|
.endif
|
|
|
|
|
1998-10-19 13:15:14 +00:00
|
|
|
|
1997-04-09 15:12:15 +00:00
|
|
|
do-install:
|
1998-10-19 13:15:14 +00:00
|
|
|
cd ${WRKSRC} && \
|
|
|
|
yes "" | LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install
|
|
|
|
${MV} -f ${NDIR}/netscape ${NDIR}/communicator-4.5.bin
|
|
|
|
.if defined(MULTIVERSION)
|
1998-08-30 03:10:27 +00:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}/communicator-4.5
|
1998-10-19 13:15:14 +00:00
|
|
|
.else
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}
|
|
|
|
.endif
|
1997-04-09 15:12:15 +00:00
|
|
|
if [ ! -f ${NDIR}/mailcap ] ; then \
|
1998-10-19 13:15:14 +00:00
|
|
|
${INSTALL_DATA} ${FILESDIR}/mailcap ${NDIR}; \
|
1997-04-09 15:12:15 +00:00
|
|
|
fi
|
1998-10-19 13:15:14 +00:00
|
|
|
${RM} -rf ${NDIR}/movemail-src
|
1998-10-07 13:44:18 +00:00
|
|
|
chown -R root.wheel ${NDIR}
|
1997-02-24 19:00:30 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|