blob: 3eb44c8d6ce8088373d6ca446696653c096e4905 (
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 (Koshiki Yukari)
# Date created: 19 August 1998
# Whom: Issei Suzuki <issei@jp.FreeBSD.org>
#
# $FreeBSD$
#
CATALOGNAME= koshiki
MAINTAINER= ports@FreeBSD.org
PORTCOMMENT= Japanese NLS catalog for TCSH. ("Koshiki Yukari" taste)
MASTERDIR= ${.CURDIR}/../tcsh-nls-generic
PKGDIR= ${.CURDIR}
PLIST= ${MASTERDIR}/pkg-plist
.include "${MASTERDIR}/Makefile"
|