freebsd-ports/chinese/nvi-euc-tw/Makefile

19 lines
477 B
Makefile
Raw Normal View History

1997-04-09 09:05:26 +02:00
# New ports collection makefile for: nvi-1.79 + multilingual patch(euc-tw)
# Date created: 5 Apr 1997
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
1997-04-09 09:05:26 +02:00
#
1999-08-25 06:58:03 +02:00
# $FreeBSD$
1997-04-09 09:05:26 +02:00
#
2000-04-20 12:36:21 +02:00
CATEGORIES= chinese editors
PKGNAMESUFFIX= -euctw
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:24:13 +01:00
COMMENT= A clone of vi/ex, with multilingual patch, default settings for euc-tw
2000-04-20 12:36:21 +02:00
CONFIGURE_ARGS+= --enable-multibyte=euc-tw --program-prefix=n
MASTERDIR= ${.CURDIR}/../../editors/nvi-m17n
.include "${MASTERDIR}/Makefile"