aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/xvi-euc/Makefile
blob: 98cada3b20355a231f8371985049f93c171c72d8 (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

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

PROG=       xvi

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

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