freebsd-ports/chinese/nvi-big5/Makefile

19 lines
424 B
Makefile
Raw Normal View History

# New ports collection makefile for: nvi-1.79 + multilingual patch(big5)
# Date created: 6 Mar 1997
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
#
1999-08-25 06:58:03 +02:00
# $FreeBSD$
#
2000-04-20 12:27:05 +02:00
CATEGORIES= chinese editors
PKGNAMESUFFIX= -big5
MASTERDIR= ${.CURDIR}/../../editors/nvi-m17n
MAINTAINER= ports@freebsd.org
COMMENT= ${.CURDIR}/pkg-comment
CONFIGURE_ARGS+= --enable-multibyte=big5 --program-prefix=n
2000-04-20 12:27:05 +02:00
.include "${MASTERDIR}/Makefile"