summaryrefslogtreecommitdiff
path: root/www/seamonkey2/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-02-24 19:00:30 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-02-24 19:00:30 +0000
commitb33d2bfb993693ac89f68dcfe779271ea7aff8ff (patch)
tree3ba5d12011b0f9e70f74d258016e4d3901445eae /www/seamonkey2/Makefile
parentInstall movemail with x-bit (diff)
Netscape4 expired beta
Notes
Notes: svn path=/head/; revision=5731
Diffstat (limited to 'www/seamonkey2/Makefile')
-rw-r--r--www/seamonkey2/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile
new file mode 100644
index 000000000000..622fea558902
--- /dev/null
+++ b/www/seamonkey2/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>