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

57 lines
1.8 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
#
1998-10-07 13:44:18 +00:00
# $Id: Makefile,v 1.24 1998/09/03 08:21:40 asami Exp $
1997-02-24 19:00:30 +00:00
#
1998-10-07 13:44:18 +00:00
DISTNAME= communicator-v45b2-export.x86-unknown-freebsd
PKGNAME= netscape-communicator-4.5b2
1997-02-24 19:00:30 +00:00
CATEGORIES= www
1998-10-07 13:44:18 +00:00
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.5/4.5_PR2/english/unix/unsupported/freebsd/professional_edition/
1998-08-30 03:10:27 +00:00
MAINTAINER= thepish@FreeBSD.ORG
1998-08-31 08:43:01 +00:00
NO_LATEST_LINK= yes
1998-10-07 13:44:18 +00:00
WRKSRC= ${WRKDIR}/communicator-v45b2.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
.if defined(USE_128BIT) && defined(USA_RESIDENT) && ${USA_RESIDENT} == NO
MASTER_SITES+= ftp://ftp.fortify.net/pub/Fortify/ \
ftp://ftp.za.freebsd.org/pub/Fortify/
DISTFILES+= Fortify-1.2.2-unix.tar.gz
RESTRICTED= "Contains strong cryptography"
.endif
.if !defined(USE_128BIT) && defined(USA_RESIDENT) && ${USA_RESIDENT} == NO
pre-extract:
@${ECHO} "You can make Netscape use 128-bit encryption by defining USE_128BIT"
@${ECHO} "and defining USA_RESIDENT to NO"
.endif
do-install:
cd ${WRKSRC} && yes "" | \
1997-06-01 00:06:22 +00:00
LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install
1998-08-30 03:10:27 +00:00
mv -f ${NDIR}/netscape ${NDIR}/communicator-4.5.bin
${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}/communicator-4.5
1998-10-07 13:44:18 +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
1997-08-04 00:04:36 +00:00
rm -rf ${NDIR}/movemail-src
.if defined(USE_128BIT) && defined(USA_RESIDENT) && ${USA_RESIDENT} == NO
cd ${WRKDIR}/Fortify-1.2.2-unix && \
1998-08-30 03:10:27 +00:00
(${ECHO} yes ; ${ECHO} no) | ./Fortify.sh ${NDIR}/communicator-4.5.bin
.endif
1998-10-07 13:44:18 +00:00
chown -R root.wheel ${NDIR}
1997-02-24 19:00:30 +00:00
post-install:
@${CAT} ${PKGDIR}/DESCR
.include <bsd.port.mk>