diff options
author | ache <ache@FreeBSD.org> | 1997-02-24 19:00:30 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-02-24 19:00:30 +0000 |
commit | 0958a7edfcb43e7ac094838dc7b02b92038743e8 (patch) | |
tree | d5a5f1427cb20a3ff3405f7171e5169e37041bae /www/seamonkey/Makefile | |
parent | 198be5118f009f4b42098102a1219d94717292c1 (diff) | |
download | FreeBSD-ports-0958a7edfcb43e7ac094838dc7b02b92038743e8.zip FreeBSD-ports-0958a7edfcb43e7ac094838dc7b02b92038743e8.tar.gz |
Netscape4 expired beta
Diffstat (limited to 'www/seamonkey/Makefile')
-rw-r--r-- | www/seamonkey/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile new file mode 100644 index 0000000..622fea5 --- /dev/null +++ b/www/seamonkey/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: netscape +# Version required: 4.0b2 +# Date created: 24 Feb 1997 +# Whom: ache +# +# $Id: Makefile,v 1.16 1996/12/08 01:04:24 max Exp $ +# + +DISTNAME= netscape-4.0b2 +CATEGORIES= www +MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.0/4.0b2/unix/other/ +DISTFILES= netscape-v40b2-export.x86-unknown-bsd.tar.gz + +MAINTAINER= ache@FreeBSD.ORG + +RESTRICTED= "Commercial software" +NO_WRKSUBDIR= yes + +post-install: + @${CAT} ${PKGDIR}/DESCR + +.include <bsd.port.mk> |