blob: 7f4cf823adc4a5b43792fb88d182688324f001b2 (
plain)
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 (Hoshino Ruri)
# Version required: 6.08.00
# Date created: 19 August 1998
# Whom: Issei Suzuki <issei@jp.FreeBSD.ORG>
#
# $Id: Makefile,v 1.2 1998/10/10 03:57:33 steve Exp $
#
DISTNAME= tcsh-6.08.00.add
PKGNAME= ja-tcsh-nls-ruri2-6.08.00
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.ruri2
.include "${MASTERDIR}/Makefile"
|