1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/www/netscape47-communicator/Makefile

54 lines
1.6 KiB
Makefile
Raw Normal View History

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
#
# $Id: Makefile,v 1.26 1998/10/19 13:15:14 thepish Exp $
1997-02-24 19:00:30 +00:00
#
DISTNAME= communicator-v45-export.x86-unknown-freebsd
PKGNAME= netscape-communicator-4.5
1997-02-24 19:00:30 +00:00
CATEGORIES= www
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.5/english/unix/unsupported/freebsd/complete_install/
1998-08-30 03:10:27 +00:00
MAINTAINER= thepish@FreeBSD.ORG
BROKEN= PLIST
1998-08-31 08:43:01 +00:00
NO_LATEST_LINK= yes
WRKSRC= ${WRKDIR}/communicator-v45.x86-unknown-freebsd
NO_BUILD= Yes
1998-10-07 13:44:18 +00:00
NDIR= ${PREFIX}/lib/netscape.45
BINDIR= ${PREFIX}/bin
1997-02-24 19:00:30 +00:00
pre-extract:
.if defined(USE_128BIT)
@${ECHO} "Sorry Fortify do not provide support for pre-release netscape versions"
.endif
.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."
.endif
do-install:
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
.else
${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}
.endif
if [ ! -f ${NDIR}/mailcap ] ; then \
${INSTALL_DATA} ${FILESDIR}/mailcap ${NDIR}; \
fi
${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>