freebsd-ports/www/linux-netscape6/Makefile
Andrey A. Chernov 03e1155a24 Upgrade to 4.03
Remove myself from MAINTAINER
1997-09-23 20:50:39 +00:00

41 lines
1.1 KiB
Makefile

# New ports collection makefile for: linux-netscape4
# Version required: 4.03
# Date created: 24 Feb 1997
# Whom: ache
#
# $Id: Makefile,v 1.2 1997/07/05 12:08:46 ache Exp $
#
DISTNAME= linux-netscape-4.03
CATEGORIES= www
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.03/shipping/english/unix/linux12/base_install/
DISTFILES= communicator-v403-export.x86-unknown-linux1.2.tar.gz
NO_WRKSUBDIR= Yes
NO_BUILD= Yes
RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_lib
BUILD_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_lib
NDIR= ${PREFIX}/lib/netscape
BINDIR= ${PREFIX}/bin
MAINTAINER= ports@FreeBSD.ORG
RESTRICTED= "Commercial software"
do-install:
cd ${WRKSRC} && yes "" | \
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
rm -rf ${NDIR}/nls ${NDIR}/movemail-src ${NDIR}/XKeysymDB
chown -R bin.bin ${NDIR}
post-install:
@${CAT} ${PKGDIR}/DESCR
.include <bsd.port.mk>