mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
77e6a9c3bf
Also make the fields to be overrideable. Approved by: asami
23 lines
641 B
Makefile
23 lines
641 B
Makefile
# New ports collection makefile for: netscape (communicator suite)
|
|
# Version required: 4.6*
|
|
# Date created: 24 Feb 1997
|
|
# Whom: thepish
|
|
#
|
|
# $Id: Makefile,v 1.44 1999/07/01 23:36:29 sada Exp $
|
|
#
|
|
|
|
MASTER_SITES?= ftp://ftp.netscape.com/pub/communicator/english/4.61/unix/unsupported/freebsd/complete_install/
|
|
DISTFILES?= communicator-v461-export.x86-unknown-freebsd.tar.gz
|
|
|
|
MAINTAINER?= sada@FreeBSD.ORG
|
|
|
|
MASTERDIR= ${.CURDIR}/../netscape4-communicator
|
|
NO_LATEST_LINK= yes
|
|
WRKSRC?= ${WRKDIR}/${BROWSER}-v461.x86-unknown-freebsd
|
|
|
|
BROWSER_VER= 4.61
|
|
INFILE_HEAD?= 'Communicator,4.61.0.99147'
|
|
NO_AUTOADMIN= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|