aboutsummaryrefslogtreecommitdiff
path: root/editors/sam/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/sam/Makefile')
-rw-r--r--editors/sam/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/editors/sam/Makefile b/editors/sam/Makefile
new file mode 100644
index 000000000000..64fadcff43a8
--- /dev/null
+++ b/editors/sam/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: sam
+# Version required: 4.3
+# Date created: Sun Aug 13 12:36:14 CDT 1995
+# Whom: erich@rrnet.com
+#
+# $Id$
+#
+
+DISTNAME= sam
+PKGNAME= sam-4.3
+CATEGORIES+= plan9
+MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/matty/
+EXTRACT_SUFX= .msg.gz
+
+NO_WRKSUBDIR= yes
+EXTRACT_CMD= zcat
+EXTRACT_BEFORE_ARGS=
+EXTRACT_AFTER_ARGS= |sh
+
+.include <bsd.port.mk>