1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/www/bsdi-netscape47-communicator/Makefile
2000-05-13 14:31:28 +00:00

38 lines
1.0 KiB
Makefile

# New ports collection makefile for: netscape (communicator suite)
# Date created: 24 Feb 1997
# Whom: thepish
#
# $FreeBSD$
#
PORTNAME?= netscape-${BROWSER_ARC}
PORTVERSION?= ${BROWSER_VER}
.if !defined(_PREMKINCLUDED)
.include <bsd.port.pre.mk>
.endif
.if ${ARCH} == "i386"
MASTER_SITES?= ftp://ftp.netscape.com./pub/communicator/english/4.73/unix/unsupported/freebsd/complete_install/
DISTFILES?= communicator-v473-export.x86-unknown-freebsd.tar.gz
.elif ${ARCH} == "alpha"
MASTER_SITES?= ftp://ftp.netscape.com./pub/communicator/english/4.73/unix/supported/dec_unix40/complete_install/
DISTFILES?= communicator-v473-export.alpha-dec-osf4.0.tar.gz
.endif
ONLY_FOR_ARCHS= i386 alpha
MASTERDIR= ${.CURDIR}/../netscape4-communicator
.if ${ARCH} == "i386"
WRKSRC?= ${WRKDIR}/${BROWSER}-v473.x86-unknown-freebsd
.elif ${ARCH} == "alpha"
WRKSRC?= ${WRKDIR}/${BROWSER}-v473.alpha-dec-osf4.0
.endif
BROWSER_VER= 4.73
INFILE_HEAD?= 'Communicator,4.73.0.20000502'
NO_AUTOADMIN= yes
NO_FORTIFY= 'Not available for current version'
.include "${MASTERDIR}/Makefile"