aboutsummaryrefslogtreecommitdiffstats
path: root/editors/nvi-m17n/Makefile
blob: 57678c4863c8adce799c0c684d7bf2ee17f3ba4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# New ports collection makefile for:    nvi-1.79 + multilingual patch(none)
# Date created:     6 Mar 1997
# Whom:         Jun-ichiro itojun Itoh <itojun@itojun.org>
#
# $FreeBSD$
#

PORTNAME=   nvi
PORTVERSION=    1.79.20111024
PORTREVISION=   1
CATEGORIES?=    editors
MASTER_SITES=   ftp://ftp.sleepycat.com/pub/
PKGNAMESUFFIX?= -m17n
DISTNAME=   nvi-1.79

PATCH_SITES=    ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/
PATCHFILES= nvi-1.79.m17n-20011024.diff.gz

MAINTAINER?=    ports@FreeBSD.org
COMMENT?=   A clone of vi/ex, with multilingual patch, no default settings

PATCH_DIST_ARGS=    -d ${WRKSRC}/.. --forward --quiet -E -p0 -f
WRKSRC=     ${WRKDIR}/${DISTNAME}/build

GNU_CONFIGURE=  yes
CONFIGURE_ENV=  OPTFLAG='-D_PATH_SYSEXRC=\"${PREFIX}/etc/vi.exrc\"'
CONFIGURE_ARGS?=       --enable-multibyte --program-prefix=n

MAN1=       nvi.1
MLINKS=     nvi.1 nex.1  nvi.1 nview.1

SLAVEDIRS=  chinese/nvi-big5 chinese/nvi-euc-cn chinese/nvi-euc-tw

.include <bsd.port.pre.mk>

post-patch:
    ${LN} -s /usr/include/sys/queue.h ${WRKSRC}/../include/sys/queue_dist.h

post-install:
    ${INSTALL_DATA} ${WRKSRC}/../docs.m17n/README.english \
        ${PREFIX}/share/vi/
    ${INSTALL_DATA} ${WRKSRC}/../docs.m17n/README.japanese \
         ${PREFIX}/share/vi/

.include <bsd.port.post.mk>