blob: 8be3b293e715d507afa59270374aac79a7a88dca (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: ja-tcsh NLS catalog (Miyakonjo)
# Version required: 6.08.02
# Date created: 6 January 1999
# Whom: Issei Suzuki <issei@jp.FreeBSD.ORG>
#
# $Id$
#
DISTNAME= tcsh-6.08.02.add2
PKGNAME= ja-tcsh-nls-miyakonjo-6.08.02
CATEGORIES= japanese shells
MASTER_SITES= http://www2.wbs.ne.jp/~znc/tcsh/
MAINTAINER= issei@jp.FreeBSD.ORG
MASTERDIR= ${.CURDIR}/../tcsh-nls-generic
PKGDIR= ${.CURDIR}/pkg
PLIST= ${MASTERDIR}/pkg/PLIST
NLSSRC= ${DISTNAME}/nls/ja.miyakonjo
.include "${MASTERDIR}/Makefile"
|