summaryrefslogblamecommitdiff
path: root/japanese/xvi-euc/Makefile
blob: 58f383811441686541ba15b7294f38d688bb680f (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                   
                                                                  


                                     







                                               
# 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
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"