2002-08-27 07:38:29 +02:00
|
|
|
# New ports collection makefile for: ja-xvi-euc
|
|
|
|
# Date created: 07 Aug 2002
|
2006-07-17 06:52:02 +02:00
|
|
|
# Whom: KIMURA<LEE> Shigekazu <spbz6f99@utopia.ocn.ne.jp>
|
2002-08-27 07:38:29 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PKGNAMESUFFIX= -euc
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= A portable multi-window 'vi', handles Japanese EUC
|
2002-08-27 07:38:29 +02:00
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../xvi-euc
|
|
|
|
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
|
|
|
|
PROG= xvi
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
cd ${PREFIX}/bin; ${LN} -f ${PROG} jxvi
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile.common"
|