summaryrefslogtreecommitdiff
path: root/japanese/xvi-euc/Makefile
blob: d5d81f195f73b0375b6790ba1d7c3f17af451a4e (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 Shigekazu <zau50357@lion.zero.ad.jp>
#
# $FreeBSD$
#

PKGNAMESUFFIX=	-euc

MAINTAINER=	ports@FreeBSD.org

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

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

PROG=		xvi

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

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