mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
9d71fe1e60
2: Make netscape4-communicator's Makefile enable to be included from other netscape ports, and make netscape4-navigator to use it. 3: Make netscape4-communicator not to use `ns-install' and activate `make reinstall'. PR: ports/9932
23 lines
609 B
Makefile
23 lines
609 B
Makefile
# New ports collection makefile for: netscape (navigator only)
|
|
# Version required: 4.08
|
|
# Date created: 24 Feb 1997
|
|
# Whom: ache
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/${BROWSER_VER}/english/unix/unsupported/freebsd/navigator_standalone/
|
|
DISTFILES= navigator-v408-export.x86-unknown-freebsd.tar.gz
|
|
|
|
MAINTAINER= sada@FreeBSD.ORG
|
|
|
|
MASTERDIR= ${.CURDIR}/../netscape4-communicator
|
|
FILESDIR= ${.CURDIR}/files
|
|
PKGDIR= ${.CURDIR}/pkg
|
|
PKGREQ= ${MASTERDIR}/pkg/REQ
|
|
|
|
BROWSER= navigator
|
|
INFILE_HEAD= 'Navigator,4.08.0.98306'
|
|
|
|
.include "${MASTERDIR}/Makefile"
|