1997-07-03 01:06:26 +00:00
|
|
|
# New ports collection makefile for: linux-netscape4
|
1998-12-24 06:30:02 +00:00
|
|
|
# Version required: 4.08
|
1997-07-03 01:06:26 +00:00
|
|
|
# Date created: 24 Feb 1997
|
|
|
|
# Whom: ache
|
|
|
|
#
|
1998-12-24 06:30:02 +00:00
|
|
|
# $Id: Makefile,v 1.5 1998/06/16 13:34:24 asami Exp $
|
1997-07-03 01:06:26 +00:00
|
|
|
#
|
|
|
|
|
1998-12-24 06:30:02 +00:00
|
|
|
DISTNAME= linux-netscape-4.08
|
1997-07-03 01:06:26 +00:00
|
|
|
CATEGORIES= www
|
1998-12-24 06:30:02 +00:00
|
|
|
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.08/english/unix/supported/linux12/base_install/ \
|
|
|
|
ftp://sunsite.doc.ic.ac.uk/Mirrors/ftp.netscape.com/pub/communicator/4.08/english/unix/supported/linux12/base_install/
|
|
|
|
DISTFILES= communicator-v408-export.x86-unknown-linux1.2.tar.gz
|
1998-06-16 13:34:24 +00:00
|
|
|
|
1998-12-24 06:30:02 +00:00
|
|
|
MAINTAINER= tom@eborcom.com
|
1997-07-03 01:06:26 +00:00
|
|
|
|
|
|
|
RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_lib
|
|
|
|
BUILD_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_lib
|
|
|
|
|
1998-12-24 06:30:02 +00:00
|
|
|
WRKSRC= ${WRKDIR}/communicator-v408.x86-unknown-linux1.2
|
1998-06-16 13:34:24 +00:00
|
|
|
NO_BUILD= Yes
|
1997-07-03 01:06:26 +00:00
|
|
|
|
1998-06-16 13:34:24 +00:00
|
|
|
NDIR= ${PREFIX}/lib/netscape
|
|
|
|
BINDIR= ${PREFIX}/bin
|
1997-07-03 01:06:26 +00:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
cd ${WRKSRC} && yes "" | \
|
|
|
|
LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install
|
1998-12-24 06:30:02 +00:00
|
|
|
${MV} ${NDIR}/netscape ${NDIR}/netscape.bin
|
1997-07-03 01:06:26 +00:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}
|
|
|
|
if [ ! -f ${NDIR}/mailcap ] ; then \
|
|
|
|
${INSTALL_DATA} ${FILESDIR}/mailcap ${NDIR}; \
|
|
|
|
fi
|
1998-12-24 06:30:02 +00:00
|
|
|
${RM} -rf ${NDIR}/nls ${NDIR}/movemail-src ${NDIR}/XKeysymDB
|
1997-07-03 01:06:26 +00:00
|
|
|
chown -R bin.bin ${NDIR}
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGDIR}/DESCR
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|