1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/www/bsdi-netscape47-communicator/Makefile

45 lines
1.2 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: Netscape Communicator for BSDI BSD/OS
# Date created: 10 May 2000
# Whom: Trevor Johnson <trevor@jpj.net>
# based on work by thepish and girgen@partitur.se
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
#
PORTNAME= bsdi-netscape-${BROWSER}
PORTVERSION= ${BROWSER_VER}
CATEGORIES= www
.if !defined(MASTER_SITES)
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/english/4.73/unix/unsupported/bsdi21/complete_install/ \
ftp://ftp.sunet.se/pub/www/Netscape/communicator/english/4.73/unix/unsupported/bsdi21/complete_install/
.endif
2000-01-07 18:40:49 +00:00
DISTFILES= ${BROWSER}-v473-export.x86-bsdi-bsd2.tar.gz
MAINTAINER= trevor@jpj.net
RUN_DEPENDS= netscape:${PORTSDIR}/www/netscape-wrapper
ONLY_FOR_ARCHS= i386
2000-01-07 18:40:49 +00:00
# don't overwrite the FreeBSD port's shell script wrapper in ${PREFIX}/bin
BROWSER_ARC= ${BROWSER}-bsdi
MASTERDIR= ${.CURDIR}/../netscape4-communicator
WRKSRC= ${WRKDIR}/${BROWSER}-v473.x86-bsdi-bsd2
2000-05-13 14:31:28 +00:00
BROWSER_VER= 4.73
# taken from ,${BLDVERS} in ns-install
2000-05-13 14:31:28 +00:00
INFILE_HEAD?= 'Communicator,4.73.0.20000502'
NO_AUTOADMIN= yes
MAILCAP= ${.CURDIR}/../bsdi-netscape47-communicator/files/mailcap
NSUBDIR= lib/netscape-bsdi
PRE_MK_INCLUDED= yes
# don't require a.out libraries
WITHOUT_AOUT= yes
1997-02-24 19:00:30 +00:00
.include "${MASTERDIR}/Makefile"