aboutsummaryrefslogtreecommitdiff
path: root/japanese/xvi-euc/Makefile
blob: 7ff45991baf66036ecd5b57e42c96c642578b348 (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
# New ports collection makefile for:	ja-xvi-euc
# Date created:		07 Aug 2002
# Whom:			KIMURA Shigekazu <zau50357@lion.zero.ad.jp>
#
# $FreeBSD$
#

PKGNAMESUFFIX=	-euc

MAINTAINER=	ports@FreeBSD.org

PORTCOMMENT=	A portable multi-window 'vi', handles japanese EUC

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

COMMENT=	${.CURDIR}/pkg-comment
PLIST=		${.CURDIR}/pkg-plist

PROG=		xvi

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

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