freebsd-ports/chinese/ve/Makefile
Foxfair Hu c4585d8d0e 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.
1999-08-31 18:12:42 +00:00

18 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>