1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/www/bsdi-netscape47-communicator/Makefile

62 lines
1.9 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: netscape (communicator suite)
1998-08-30 03:10:27 +00:00
# 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.32 1998/12/03 22:08:48 billf 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/
# DISTFILES must be set to begin with so USE_128BIT can add on to it.
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= thepish@FreeBSD.ORG
1998-08-31 08:43:01 +00:00
NO_LATEST_LINK= yes
WRKSRC= ${WRKDIR}/communicator-v45.x86-unknown-freebsd
NO_BUILD= Yes
PLIST_SUB= NDIRBASE=${NDIRBASE}
NO_FILTER_SHLIBS=yes
NDIRBASE= netscape-4.5
NDIR= ${PREFIX}/${NDIRBASE}
BINDIR= ${PREFIX}/bin
NBIN= communicator-4.5.bin
1997-02-24 19:00:30 +00:00
.if defined(USE_128BIT)
MASTER_SITES+= ftp://ftp.fortify.net/pub/Fortify/ \
ftp://ftp.za.freebsd.org/pub/Fortify/
DISTFILES+= Fortify-1.3.0-unix-x86.tar.gz
RESTRICTED= "Contains strong cryptography"
.else
pre-extract:
@${ECHO} "You can make Netscape use 128-bit encryption by defining USE_128BIT"
.endif # USE_128BIT
post-configure:
${SED} -e "s;@NDIR@;${NDIR};g" \
-e "s;@NBIN@;${NBIN};g" \
${FILESDIR}/netscape.sh >${WRKSRC}/netscape
do-install:
cd ${WRKSRC} && \
yes "" | LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install
${MV} -f ${NDIR}/netscape ${NDIR}/communicator-4.5.bin
1998-08-30 03:10:27 +00:00
${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}/communicator-4.5
1998-11-24 22:10:42 +00:00
${LN} -sf communicator-4.5 ${BINDIR}/communicator-4
${LN} -sf communicator-4 ${BINDIR}/netscape
if [ ! -f ${NDIR}/mailcap ] ; then \
${INSTALL_DATA} ${FILESDIR}/mailcap ${NDIR}; \
fi
${RM} -rf ${NDIR}/movemail-src
.if defined(USE_128BIT)
cd ${WRKDIR}/Fortify-1.3.0-unix-x86 && \
(${ECHO} yes ; ${ECHO} no) | ./Fortify.sh ${NDIR}/communicator-4.5.bin
.endif
chown -R ${BINOWN}.${BINGRP} ${NDIR}
1997-02-24 19:00:30 +00:00
.include <bsd.port.mk>