summaryrefslogtreecommitdiff
path: root/editors/Makefile
diff options
context:
space:
mode:
authoragc <agc>1997-10-06 12:41:48 +0000
committeragc <agc>1997-10-06 12:41:48 +0000
commitb44ee34dd2643cdf78f285bb76ed49acef23db51 (patch)
tree0363673b064c6396ecb75b530d8cf48ff0a0e668 /editors/Makefile
parentc77137a3d26a7a9596b9368f3f43e79ad7903505 (diff)
downloadpkgsrc-b44ee34dd2643cdf78f285bb76ed49acef23db51.tar.gz
Initial import of FreeBSD's editors ports into the NetBSD packages
system.
Diffstat (limited to 'editors/Makefile')
-rw-r--r--editors/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile
new file mode 100644
index 00000000000..0f116009ea6
--- /dev/null
+++ b/editors/Makefile
@@ -0,0 +1,31 @@
+# FreeBSD Id: Makefile,v 1.44 1997/09/13 20:19:28 chuckr Exp
+#
+
+ SUBDIR += asedit
+ SUBDIR += axe
+ SUBDIR += beav
+ SUBDIR += bpatch
+ SUBDIR += e93
+ SUBDIR += emacs
+ SUBDIR += gvim
+ SUBDIR += jed
+ SUBDIR += joe
+ SUBDIR += jove
+ SUBDIR += mule
+ SUBDIR += mule-common
+ SUBDIR += nedit
+ SUBDIR += nvi
+ SUBDIR += staroffice
+ SUBDIR += thoteditor
+ SUBDIR += uemacs
+ SUBDIR += uzap
+ SUBDIR += vile
+ SUBDIR += vim
+ SUBDIR += vim5beta
+ SUBDIR += xcoral
+ SUBDIR += xed
+ SUBDIR += xemacs
+ SUBDIR += xemacs20
+ SUBDIR += xvile
+
+.include <bsd.port.subdir.mk>