aboutsummaryrefslogtreecommitdiff
path: root/editors/zed/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/zed/Makefile')
-rw-r--r--editors/zed/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/editors/zed/Makefile b/editors/zed/Makefile
new file mode 100644
index 000000000000..4f40b6056601
--- /dev/null
+++ b/editors/zed/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: zed
+# Date created: 4 June 2002
+# Whom: Sten Poldma
+#
+# $FreeBSD$
+#
+
+PORTNAME= zed
+PORTVERSION= 1.0.5
+CATEGORIES= editors
+MASTER_SITES= http://zed.c3po.it/
+
+MAINTAINER= exile@chamber.ee
+
+post-install:
+ @${STRIP_CMD} ${PREFIX}/bin/zed
+
+.include <bsd.port.mk>