mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
22 lines
524 B
Makefile
22 lines
524 B
Makefile
# New ports collection makefile for: ja-tcsh NLS catalog (Hoshino Ruri)
|
|
# 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-ruri2-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.ruri2
|
|
|
|
.include "${MASTERDIR}/Makefile"
|