diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-03-29 18:51:16 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-03-29 18:51:16 +0000 |
commit | 09287c1245a0e378da093f074ad58e8e2d7a699f (patch) | |
tree | 17e3faeea695930635d93f81b82f3358b314fd66 /www/netscape3/Makefile | |
parent | now provides a.out and ELF libraries. (diff) |
Bring in the new netscape 3.0b2 port (code named "atlas" apparently).
Brings JAVA support to FreeBSD (well, BSDI, but who's counting? :)
Diffstat (limited to 'www/netscape3/Makefile')
-rw-r--r-- | www/netscape3/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/www/netscape3/Makefile b/www/netscape3/Makefile new file mode 100644 index 000000000000..c7f90e306b21 --- /dev/null +++ b/www/netscape3/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: netscape +# Version required: 2.0 +# Date created: 21 August 1995 +# Whom: asami +# +# $Id: Makefile,v 1.13 1996/03/17 21:52:50 adam Exp $ +# + +DISTNAME= netscape-3.0b2 +CATEGORIES+= www +MASTER_SITES= ftp://ftp.netscape.com/pub/navigator/atlas/pr1/ +DISTFILES= netscape-vAtlas_b2-export.i386-unknown-bsd.tar.gz + +MAINTAINER= jkh@FreeBSD.ORG + +NO_WRKSUBDIR= yes +# commercial package +NO_PACKAGE= yes + +post-install: + @cat ${PKGDIR}/DESCR + +.include <bsd.port.mk> |