blob: f07079f2b98828bbf95d3538c365ea2e44f122c2 (
plain) (
blame)
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 (Merril)
# Version required: 6.08.05
# Date created: 6 January 1999
# Whom: Issei Suzuki <issei@jp.FreeBSD.ORG>
#
# $Id: Makefile,v 1.2 1999/07/06 23:09:09 sada Exp $
#
DISTNAME= tcsh-6.08.05.add2
PKGNAME= ja-tcsh-nls-merril-6.08.05
CATEGORIES= japanese shells
MASTER_SITES= ${MASTER_SITE_PORTS_JP}
MAINTAINER= issei@jp.FreeBSD.ORG
MASTERDIR= ${.CURDIR}/../tcsh-nls-generic
PKGDIR= ${.CURDIR}/pkg
PLIST= ${MASTERDIR}/pkg/PLIST
NLSSRC= ${DISTNAME}/nls/ja.merril
.include "${MASTERDIR}/Makefile"
|