1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/www/mozilla+ipv6/Makefile

48 lines
1.3 KiB
Makefile
Raw Normal View History

1997-02-24 19:00:30 +00:00
# New ports collection makefile for: netscape
1997-11-14 13:45:53 +00:00
# Version required: 4.04
1997-02-24 19:00:30 +00:00
# Date created: 24 Feb 1997
# Whom: ache
#
1997-11-14 13:45:53 +00:00
# Note: you can make the standalone navigator version by typing
# make NAVIGATOR=yes
#
# $Id: Makefile,v 1.9 1997/11/14 13:45:39 ache Exp $
1997-02-24 19:00:30 +00:00
#
DISTNAME= netscape-4.04
1997-02-24 19:00:30 +00:00
CATEGORIES= www
1997-11-14 13:45:53 +00:00
.if !defined(NAVIGATOR)
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
.else
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.04/development/english/unix/freebsd/navigator_standalone/
DISTFILES= navigator-v404-export.x86-unknown-freebsd.tar.gz
.endif
# responsible for communicator only
MAINTAINER= ache@FreeBSD.ORG
RESTRICTED= "Commercial software"
NO_WRKSUBDIR= Yes
NO_BUILD= Yes
NDIR= ${PREFIX}/lib/netscape
BINDIR= ${PREFIX}/bin
1997-02-24 19:00:30 +00:00
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>