mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
22 lines
521 B
Makefile
22 lines
521 B
Makefile
|
# New ports collection makefile for: ja-tcsh NLS catalog (Rishu)
|
||
|
# Version required: 6.08.02
|
||
|
# Date created: 19 August 1998
|
||
|
# Whom: Issei Suzuki <issei@jp.FreeBSD.ORG>
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
DISTNAME= tcsh-6.08.02.add2
|
||
|
PKGNAME= ja-tcsh-nls-rishu-6.08.02
|
||
|
CATEGORIES= japanese shells
|
||
|
MASTER_SITES= http://www2.wbs.ne.jp/~znc/tcsh/
|
||
|
|
||
|
MAINTAINER= issei@jp.FreeBSD.ORG
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../tcsh-nls-generic
|
||
|
PKGDIR= ${.CURDIR}/pkg
|
||
|
PLIST= ${MASTERDIR}/pkg/PLIST
|
||
|
NLSSRC= ${DISTNAME}/nls/ja.rishu
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|