mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
65ab34a667
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
22 lines
531 B
Makefile
22 lines
531 B
Makefile
# New ports collection makefile for: ja-tcsh NLS catalog (Soryu Asuka Langley)
|
|
# Version required: 6.08.05
|
|
# Date created: 19 August 1998
|
|
# Whom: Issei Suzuki <issei@jp.FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= tcsh-6.08.05.add2
|
|
PKGNAME= ja-tcsh-nls-asuka-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.asuka
|
|
|
|
.include "${MASTERDIR}/Makefile"
|