mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
23 lines
672 B
Makefile
23 lines
672 B
Makefile
# New ports collection makefile for: nvi-1.79 + multilingual patch(big5)
|
|
# Version required: 1.79
|
|
# Date created: 6 Mar 1997
|
|
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
|
|
#
|
|
# $Id: Makefile,v 1.3 1997/04/09 07:09:37 asami 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-big5-1.79-970408
|
|
CATEGORIES= chinese editors
|
|
|
|
MAINTAINER= itojun@itojun.org
|
|
|
|
CONFIGURE_ARGS= --enable-multibyte=big5 --program-prefix=n
|