mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
21a92a70fd
PR: ports/12500 Submitted by: maintainer
22 lines
580 B
Makefile
22 lines
580 B
Makefile
# New ports collection makefile for: ja-tcsh NLS catalog (Koshiki Yukari)
|
|
# Version required: 6.08.05
|
|
# Date created: 19 August 1998
|
|
# Whom: Issei Suzuki <issei@jp.FreeBSD.ORG>
|
|
#
|
|
# $Id: Makefile,v 1.4 1999/01/06 19:12:21 sada Exp $
|
|
#
|
|
|
|
DISTNAME= tcsh-6.08.05.add2
|
|
PKGNAME= ja-tcsh-nls-koshiki-6.08.05
|
|
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.koshiki
|
|
|
|
.include "${MASTERDIR}/Makefile"
|