blob: 37ab52bf6da73589b14ca8a6f357f9a66b796785 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# New ports collection makefile for: ja-tcsh NLS catalog (Rishu)
# Date created: 19 August 1998
# Whom: Issei Suzuki <issei@jp.FreeBSD.org>
#
# $FreeBSD$
#
CATALOGNAME= rishu
MAINTAINER= ports@FreeBSD.org
COMMENT= Japanese NLS catalog for TCSH ("Rishu" taste)
MASTERDIR= ${.CURDIR}/../tcsh-nls-generic
PKGDIR= ${.CURDIR}
PLIST= ${MASTERDIR}/pkg-plist
.include "${MASTERDIR}/Makefile"
|