mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
b7475abeef
Submitted by: distfile checker
36 lines
1.1 KiB
Makefile
36 lines
1.1 KiB
Makefile
# New ports collection makefile for: nvi-1.79 + multilingual patch(none)
|
|
# Version required: 1.79
|
|
# Date created: 6 Mar 1997
|
|
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
|
|
#
|
|
# $Id: Makefile,v 1.6 1997/08/21 16:55:25 itojun Exp $
|
|
#
|
|
|
|
DISTNAME= nvi-1.79
|
|
PKGNAME= nvi-m17n-1.79-970820
|
|
CATEGORIES= japanese editors
|
|
MASTER_SITES= ftp://ftp.bostic.com/pub/\
|
|
ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/
|
|
|
|
PATCH_SITES= ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/
|
|
PATCHFILES= nvi-1.79.m17n-970820-1600.diff.gz
|
|
|
|
MAINTAINER= itojun@itojun.org
|
|
|
|
#LIB_DEPENDS= canna\\.1\\.:${PORTSDIR}/japanese/Canna
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/build
|
|
GNU_CONFIGURE= yes
|
|
# can't say PATCH_DIST_STRIP=-p1 because contains files outside ${WRKSRC}
|
|
PATCH_DIST_ARGS=-d ${WRKSRC}/.. --forward --quiet -E -p0
|
|
CONFIGURE_ENV= OPTFLAG='-D_PATH_SYSEXRC=\"${PREFIX}/etc/vi.exrc\"'
|
|
CONFIGURE_ARGS= --enable-multibyte --program-prefix=n
|
|
|
|
post-install:
|
|
@${CP} ${WRKSRC}/../docs.m17n/README.english \
|
|
${PREFIX}/share/vi/
|
|
@${CP} ${WRKSRC}/../docs.m17n/README.japanese \
|
|
${PREFIX}/share/vi/
|
|
|
|
.include <bsd.port.mk>
|