mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
d575c6ec05
updated to version 970820-1600.
23 lines
675 B
Makefile
23 lines
675 B
Makefile
# New ports collection makefile for: nvi-1.79 + multilingual patch(euc-tw)
|
|
# Version required: 1.79
|
|
# Date created: 5 Apr 1997
|
|
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
|
|
#
|
|
# $Id: Makefile,v 1.4 1997/06/18 15:01:29 max Exp $
|
|
#
|
|
|
|
# can't use PORTSDIR here, since we haven't included bsd.port.mk
|
|
FILESDIR= ${.CURDIR}/../../editors/nvi/files
|
|
PATCHDIR= ${.CURDIR}/../../editors/nvi/patches
|
|
PKGDIR= ${.CURDIR}/../../editors/nvi/pkg
|
|
COMMENT= ${.CURDIR}/pkg/COMMENT
|
|
|
|
.include <${.CURDIR}/../../editors/nvi/Makefile>
|
|
|
|
PKGNAME= cn-nvi-euctw-1.79-970820
|
|
CATEGORIES= chinese editors
|
|
|
|
MAINTAINER= itojun@itojun.org
|
|
|
|
CONFIGURE_ARGS= --enable-multibyte=euc-tw --program-prefix=n
|