freebsd-ports/www/seamonkey/Makefile

50 lines
1.4 KiB
Makefile
Raw Normal View History

1997-02-24 14:00:30 -05:00
# New ports collection makefile for: netscape
1997-09-07 14:33:14 -04:00
# Version required: 4.03b8
1997-02-24 14:00:30 -05:00
# Date created: 24 Feb 1997
# Whom: ache
#
# $Id: Makefile,v 1.7 1997/09/07 20:26:58 ache Exp $
1997-02-24 14:00:30 -05:00
#
1997-09-07 14:33:14 -04:00
DISTNAME= netscape-4.03b8
1997-02-24 14:00:30 -05:00
CATEGORIES= www
.if defined(NAVIGATOR)
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.03/4.03b8/english/unix/freebsd/navigator_standalone/
DISTFILES= navigator-v403b8-export.x86-unknown-freebsd.tar.gz
.else
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.03/4.03b8/english/unix/freebsd/base_install/
DISTFILES= communicator-v403b8-export.x86-unknown-freebsd.tar.gz
.endif
NO_WRKSUBDIR= Yes
NO_BUILD= Yes
NDIR= ${PREFIX}/lib/netscape
BINDIR= ${PREFIX}/bin
1997-02-24 14:00:30 -05:00
MAINTAINER= ache@FreeBSD.ORG
RESTRICTED= "Commercial software"
pre-fetch:
.if !defined(NAVIGATOR)
@${ECHO_MSG} "Note you can make the standalone navigator version by typing \"make NAVIGATOR=yes\"."
.else
@${ECHO_MSG} "Making the standalone navigator version."
.endif
do-install:
cd ${WRKSRC} && yes "" | \
1997-05-31 20:06:22 -04:00
LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install
mv ${NDIR}/netscape ${NDIR}/netscape.bin
${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}
if [ ! -f ${NDIR}/mailcap ] ; then \
${INSTALL_DATA} ${FILESDIR}/mailcap ${NDIR}; \
fi
1997-08-03 20:04:36 -04:00
rm -rf ${NDIR}/movemail-src
chown -R bin.bin ${NDIR}
1997-02-24 14:00:30 -05:00
post-install:
@${CAT} ${PKGDIR}/DESCR
.include <bsd.port.mk>