1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/www/mozilla-devel/Makefile

38 lines
989 B
Makefile
Raw Normal View History

1997-02-24 19:00:30 +00:00
# New ports collection makefile for: netscape
1997-08-04 00:04:36 +00:00
# Version required: 4.02b7
1997-02-24 19:00:30 +00:00
# Date created: 24 Feb 1997
# Whom: ache
#
1997-08-04 00:04:36 +00:00
# $Id: Makefile,v 1.3 1997/06/01 00:06:17 ache Exp $
1997-02-24 19:00:30 +00:00
#
1997-08-04 00:04:36 +00:00
DISTNAME= netscape-4.02b7
1997-02-24 19:00:30 +00:00
CATEGORIES= www
1997-08-04 00:04:36 +00:00
MASTER_SITES= ftp://ftp.netscape.com//pub/communicator/4.02/4.02b7/english/unix/freebsd/base_install/
DISTFILES= communicator-v402b7-export.x86-unknown-freebsd.tar.gz
NO_WRKSUBDIR= Yes
NO_BUILD= Yes
NDIR= ${PREFIX}/lib/netscape
BINDIR= ${PREFIX}/bin
1997-02-24 19:00:30 +00:00
MAINTAINER= ache@FreeBSD.ORG
RESTRICTED= "Commercial software"
do-install:
cd ${WRKSRC} && yes "" | \
1997-06-01 00:06:22 +00: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-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>