summaryrefslogtreecommitdiff
path: root/chinese/ve/Makefile
diff options
context:
space:
mode:
authorFoxfair Hu <foxfair@FreeBSD.org>1999-08-31 18:12:42 +0000
committerFoxfair Hu <foxfair@FreeBSD.org>1999-08-31 18:12:42 +0000
commitc4585d8d0ef0a5f04a8700b9fc985016c0c22179 (patch)
tree33757718c2ee2d8acbf1ccf323d25c41f6012cf9 /chinese/ve/Makefile
parentUpdate to 0.9.9-3. (diff)
PR: 13372
Submitted by: woju@freebsd.ntu.edu.tw New port : ve, a Chinese command line editor, obtained from NTHU-CS Maple BBS 2.36 src code. From the submitter: ve is a tiny editor, about 60K. It's woju's favorite UNIX editor. The most obvious weakness of ve is changing TABs into Spaces. So please don't use ve to edit TAB-important files, such as Makefile, sendmail.cf, syslog.conf... etc.
Notes
Notes: svn path=/head/; revision=21170
Diffstat (limited to 'chinese/ve/Makefile')
-rw-r--r--chinese/ve/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/chinese/ve/Makefile b/chinese/ve/Makefile
new file mode 100644
index 000000000000..fc022970207f
--- /dev/null
+++ b/chinese/ve/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: ve
+# Version required: 1.0
+# Date created: 25 Aug 1999
+# Whom: Ching-Hong Wu <woju@freebsd.ntu.edu.tw>
+#
+# $FreeBSD$
+#
+
+DISTNAME= ve-1.0
+PKGNAME= zh-ve-1.0
+CATEGORIES= chinese
+MASTER_SITES= ftp://freebsd.ntu.edu.tw/freebsd/woju/source/ \
+ ftp://bsd.sinica.edu.tw/pub/FreeBSD/taiwan/users/woju/source/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= woju@freebsd.ntu.edu.tw
+
+.include <bsd.port.mk>