mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c4585d8d0e
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.
19 lines
422 B
Makefile
19 lines
422 B
Makefile
# 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>
|