freebsd-ports/chinese/ve/Makefile
Pav Lucistnik 0826b6a8c3 NTHU-CS Maple BBS 2.36 BBS-like editor
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.

PR:		ports/92248
Submitted by:	chinsan <chinsan.tw@gmail.com>
2006-03-20 21:58:01 +00:00

25 lines
517 B
Makefile

# New ports collection makefile for: ve
# Date created: 25 Aug 1999
# Whom: Ching-Hong Wu <woju@freebsd.ntu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= ve
PORTVERSION= 1.0
CATEGORIES= chinese
MASTER_SITES= http://chinsan2.twbbs.org/distfiles/ \
ftp://chinsan2.twbbs.org/distfiles/
EXTRACT_SUFX= .tgz
MAINTAINER= chinsan.tw@gmail.com
COMMENT= NTHU-CS Maple BBS 2.36 BBS-like editor
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
EXTRA_PATCHES= ${FILESDIR}/extrapatch-screen.c
.endif
.include <bsd.port.post.mk>