aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/xvi-euc/Makefile
blob: 5106f8ff8e2488b2bc65c198e7dec8499f272624 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    ja-xvi-euc
# Date created:     07 Aug 2002
# Whom:         KIMURA<LEE> Shigekazu <spbz6f99@utopia.ocn.ne.jp>
#
# $FreeBSD$
#

PKGNAMESUFFIX=  -euc

MAINTAINER= ports@FreeBSD.org
COMMENT=    A portable multi-window 'vi', handles Japanese EUC

MASTERDIR=  ${.CURDIR}/../xvi-euc

PLIST=      ${.CURDIR}/pkg-plist

PROG=       xvi

post-install:
    cd ${PREFIX}/bin; ${LN} -f ${PROG} jxvi

.include "${MASTERDIR}/Makefile.common"