mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
758c97ff55
Latest/* symbolic links. - PKGNAME format changed, to make Latest/* symbolic links with proper name. (also make it Y2K complient) was: ja-nvi-iso2022jp-1.79-970820 now: ja-nvi-iso2022jp-1.79.19970820 Submitted by: asami
24 lines
678 B
Makefile
24 lines
678 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.6 1997/09/22 17:48:41 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
|
|
|
|
PKGNAME= zh-nvi-euctw-1.79.19970820
|
|
|
|
.include <${.CURDIR}/../../editors/nvi/Makefile>
|
|
|
|
CATEGORIES= chinese editors
|
|
|
|
MAINTAINER= itojun@itojun.org
|
|
|
|
CONFIGURE_ARGS= --enable-multibyte=euc-tw --program-prefix=n
|