freebsd-ports/www/seamonkey/Makefile
Satoshi Asami 466ac8e57a Split netscape4 into communicator and navigator, so the two maintainers
shall never run into each other again.
1997-11-15 13:09:43 +00:00

43 lines
1.1 KiB
Makefile

# New ports collection makefile for: netscape
# Version required: 4.04
# Date created: 24 Feb 1997
# Whom: ache
#
# Note: you can make the standalone navigator version by typing
# make NAVIGATOR=yes
#
# $Id: Makefile,v 1.10 1997/11/15 01:10:45 asami Exp $
#
DISTNAME= netscape-communicator-4.04
CATEGORIES= www
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
RESTRICTED= "Commercial software"
NO_WRKSUBDIR= Yes
NO_BUILD= Yes
NDIR= ${PREFIX}/lib/netscape
BINDIR= ${PREFIX}/bin
do-install:
cd ${WRKSRC} && yes "" | \
LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install
mv ${NDIR}/netscape ${NDIR}/communicator-4.04.bin
${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}/communicator-4.04
ln -sf communicator-4.04 ${BINDIR}/netscape
if [ ! -f ${NDIR}/mailcap ] ; then \
${INSTALL_DATA} ${FILESDIR}/mailcap ${NDIR}; \
fi
rm -rf ${NDIR}/movemail-src
chown -R bin.bin ${NDIR}
post-install:
@${CAT} ${PKGDIR}/DESCR
.include <bsd.port.mk>