1999-05-19 16:07:20 +00:00
|
|
|
# New ports collection makefile for: netscape (communicator suite)
|
|
|
|
# Date created: 24 Feb 1997
|
|
|
|
# Whom: thepish
|
1997-02-24 19:00:30 +00:00
|
|
|
#
|
1999-08-31 02:43:35 +00:00
|
|
|
# $FreeBSD$
|
1997-02-24 19:00:30 +00:00
|
|
|
#
|
|
|
|
|
2000-04-15 05:20:49 +00:00
|
|
|
PORTNAME?= netscape-${BROWSER_ARC}
|
|
|
|
PORTVERSION?= ${BROWSER_VER}
|
2000-04-14 13:29:03 +00:00
|
|
|
|
2000-01-17 12:40:00 +00:00
|
|
|
.if !defined(PRE_MK_INCLUDED)
|
2000-01-07 18:40:49 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
2000-01-17 12:40:00 +00:00
|
|
|
.endif
|
2000-01-07 18:40:49 +00:00
|
|
|
|
|
|
|
.if ${ARCH} == "i386"
|
2000-02-28 08:32:12 +00:00
|
|
|
MASTER_SITES?= ftp://ftp.netscape.com./pub/communicator/english/4.72/unix/unsupported/freebsd/complete_install/
|
|
|
|
DISTFILES?= communicator-v472-export.x86-unknown-freebsd.tar.gz
|
2000-01-07 18:40:49 +00:00
|
|
|
.elif ${ARCH} == "alpha"
|
2000-02-28 08:32:12 +00:00
|
|
|
MASTER_SITES?= ftp://ftp.netscape.com./pub/communicator/english/4.72/unix/supported/dec_unix40/complete_install/
|
|
|
|
DISTFILES?= communicator-v472-export.alpha-dec-osf4.0.tar.gz
|
2000-01-07 18:40:49 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
ONLY_FOR_ARCHS= i386 alpha
|
1998-10-20 06:45:18 +00:00
|
|
|
|
1999-05-19 16:07:20 +00:00
|
|
|
MASTERDIR= ${.CURDIR}/../netscape4-communicator
|
2000-01-07 18:40:49 +00:00
|
|
|
.if ${ARCH} == "i386"
|
2000-02-28 08:32:12 +00:00
|
|
|
WRKSRC?= ${WRKDIR}/${BROWSER}-v472.x86-unknown-freebsd
|
2000-01-07 18:40:49 +00:00
|
|
|
.elif ${ARCH} == "alpha"
|
2000-02-28 08:32:12 +00:00
|
|
|
WRKSRC?= ${WRKDIR}/${BROWSER}-v472.alpha-dec-osf4.0
|
2000-01-07 18:40:49 +00:00
|
|
|
.endif
|
1998-10-19 13:15:14 +00:00
|
|
|
|
2000-02-28 08:32:12 +00:00
|
|
|
BROWSER_VER= 4.72
|
2000-02-28 03:57:25 +00:00
|
|
|
# taken from ,${BLDVERS} in ns-install
|
|
|
|
INFILE_HEAD?= 'Communicator,4.72.0.20000131'
|
1999-05-19 16:07:20 +00:00
|
|
|
NO_AUTOADMIN= yes
|
1997-02-24 19:00:30 +00:00
|
|
|
|
2000-01-17 12:40:00 +00:00
|
|
|
PRE_MK_INCLUDED= yes
|
1999-05-19 16:07:20 +00:00
|
|
|
.include "${MASTERDIR}/Makefile"
|