mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
18 lines
490 B
Makefile
18 lines
490 B
Makefile
# New ports collection makefile for: netscape (navigator only)
|
|
# Date created: 24 Feb 1997
|
|
# Whom: ache
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
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
|
|
|
|
MASTERDIR= ${.CURDIR}/../netscape4-communicator
|
|
NO_LATEST_LINK= yes
|
|
|
|
BROWSER= navigator
|
|
INFILE_HEAD= 'Navigator,4.08.0.98306'
|
|
|
|
.include "${MASTERDIR}/Makefile"
|