blob: 44c5d5cd5174c53451dfa4ac367b4bdc652418a2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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
PORTCOMMENT= Japanese NLS catalog for TCSH. ("Rishu" taste)
MASTERDIR= ${.CURDIR}/../tcsh-nls-generic
PKGDIR= ${.CURDIR}
PLIST= ${MASTERDIR}/pkg-plist
.include "${MASTERDIR}/Makefile"
|