blob: 9599d4247daff18c22c85c4ebb29311757aa7f7c (
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
25
|
# New ports collection makefile for: ja-xvi-euc
# Date created: 07 Aug 2002
# Whom: KIMURA Shigekazu <rikimura@a011.broada.jp>
#
# $FreeBSD$
#
PKGNAMESUFFIX= -euc
MAINTAINER= ports@FreeBSD.org
COMMENT= A portable multi-window 'vi', handles Japanese EUC
DEPRECATED= No more public distfiles
EXPIRATION_DATE= 2011-08-01
MASTERDIR= ${.CURDIR}/../xvi-euc
PLIST= ${.CURDIR}/pkg-plist
PROG= xvi
post-install:
cd ${PREFIX}/bin; ${LN} -f ${PROG} jxvi
.include "${MASTERDIR}/Makefile.common"
|