1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/japanese/tcsh-nls-ayanami/Makefile
Satoshi Asami 555a3ebe6c Use MASTERDIR where appropriate. Also, add FILE_DEPENDS to denote
that the port otherwise uses files from another port.  (Note: support
for FILE_DEPENDS is not in bsd.port.mk yet, so it's a no-op for now.)
1998-12-01 03:06:49 +00:00

22 lines
577 B
Makefile

# New ports collection makefile for: ja-tcsh NLS catalog (Ayanami Rei)
# Version required: 6.08.00
# Date created: 19 August 1998
# Whom: Issei Suzuki <issei@jp.FreeBSD.ORG>
#
# $Id: Makefile,v 1.2 1998/10/10 03:57:29 steve Exp $
#
DISTNAME= tcsh-6.08.00.add
PKGNAME= ja-tcsh-nls-ayanami-6.08.00
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.ayanami
.include "${MASTERDIR}/Makefile"