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

39 lines
1.1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: netscape (full communicator version)
1997-11-14 13:45:53 +00:00
# Version required: 4.04
1997-02-24 19:00:30 +00:00
# Date created: 24 Feb 1997
# Whom: ache
#
# $Id: Makefile,v 1.13 1997/11/20 15:48:15 asami Exp $
1997-02-24 19:00:30 +00:00
#
DISTNAME= netscape-communicator-4.04
1997-02-24 19:00:30 +00:00
CATEGORIES= www
1997-11-14 13:45:53 +00:00
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.04/development/english/unix/freebsd/professional_edition/
DISTFILES= communicator-v404-export.x86-unknown-freebsd.tar.gz
MAINTAINER= ache@FreeBSD.ORG
NO_WRKSUBDIR= Yes
NO_BUILD= Yes
NDIR= ${PREFIX}/lib/netscape
BINDIR= ${PREFIX}/bin
1997-02-24 19:00:30 +00:00
do-install:
cd ${WRKSRC} && yes "" | \
1997-06-01 00:06:22 +00:00
LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install
mv -f ${NDIR}/netscape ${NDIR}/communicator-4.04.bin
${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}/communicator-4.04
ln -sf communicator-4.04 ${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
chown -R bin.bin ${NDIR}
1997-02-24 19:00:30 +00:00
post-install:
@${CAT} ${PKGDIR}/DESCR
.include <bsd.port.mk>