blob: 8c405fe97ebcdab98db4b894f44171a7deb2009e (
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 (Merril)
# Date created: 6 January 1999
# Whom: Issei Suzuki <issei@jp.FreeBSD.org>
#
# $FreeBSD$
#
CATALOGNAME= merril
MAINTAINER= ports@FreeBSD.org
PORTCOMMENT= Japanese NLS catalog for TCSH. ("Merril" taste)
MASTERDIR= ${.CURDIR}/../tcsh-nls-generic
PKGDIR= ${.CURDIR}
PLIST= ${MASTERDIR}/pkg-plist
.include "${MASTERDIR}/Makefile"
|