diff options
Diffstat (limited to 'japanese/nvi-sjis/Makefile')
-rw-r--r-- | japanese/nvi-sjis/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/japanese/nvi-sjis/Makefile b/japanese/nvi-sjis/Makefile new file mode 100644 index 000000000000..bd157ee71562 --- /dev/null +++ b/japanese/nvi-sjis/Makefile @@ -0,0 +1,26 @@ +# 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$ +# + +# can't use PORTSDIR here, since we haven't included bsd.port.mk +.include <${.CURDIR}/../../editors/nvi/Makefile> +# bsd.port.mk has been included in the above statement, so we don't need to +# include it again. + +PKGNAME= jp-nvi-sjis-1.79-970306 +CATEGORIES= japanese editors + +MAINTAINER= itojun@itojun.org + +LIB_DEPENDS+= canna\\.1\\.:${PORTSDIR}/japanese/Canna + +FILESDIR= ${PORTSDIR}/editors/nvi/files +PATCHDIR= ${PORTSDIR}/editors/nvi/patches +PKGDIR= ${PORTSDIR}/editors/nvi/pkg +COMMENT= ${.CURDIR}/pkg/COMMENT + +CONFIGURE_ARGS= --enable-multibyte=sjis --program-prefix=n --enable-canna |