mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
8512a59b72
MD5 value was changed because some lines are added/removed from README. - upgrade multilingual patch to the most recent one. Thanks Satoshi for letting me know the MD5 change.
23 lines
572 B
Makefile
23 lines
572 B
Makefile
# New ports collection makefile for: nvi-1.79 + multilingual patch(sjis)
|
|
# Version required: 1.79
|
|
# Date created: 6 Mar 1997
|
|
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
|
|
#
|
|
# $Id: Makefile,v 1.15 1998/12/01 03:06:14 asami Exp $
|
|
#
|
|
|
|
PKGNAME= ja-nvi-sjis-1.79.19990331
|
|
|
|
MASTERDIR= ${.CURDIR}/../../editors/nvi-m17n
|
|
COMMENT= ${.CURDIR}/pkg/COMMENT
|
|
|
|
LIB_DEPENDS= canna.1:${PORTSDIR}/japanese/Canna
|
|
|
|
.include "${MASTERDIR}/Makefile"
|
|
|
|
CATEGORIES= japanese editors
|
|
|
|
MAINTAINER= itojun@itojun.org
|
|
|
|
CONFIGURE_ARGS+= --enable-multibyte=sjis --program-prefix=n --enable-canna
|