misc/plan with JIS support.
(need help from someome with a JIS environment to test)
This commit is contained in:
parent
2633fbf5a1
commit
ee32a1a0ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9544
1 changed files with 29 additions and 0 deletions
29
japanese/plan/Makefile
Normal file
29
japanese/plan/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# New ports collection makefile for: plan
|
||||
# Version required: 1.6.1
|
||||
# Date created: Sat Jan 31, 1998
|
||||
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
#BROKEN= "need JIS libraries in print.c that I do not have"
|
||||
|
||||
MAKE_ENV+= JAPANESE=yes
|
||||
|
||||
.include "${.CURDIR}/../../misc/plan/Makefile"
|
||||
|
||||
PKGNAME= ja-${DISTNAME}
|
||||
|
||||
MAINTAINER= obrien@FreeBSD.org
|
||||
|
||||
FILESDIR= ${.CURDIR}/../../misc/plan/files
|
||||
PATCHDIR= ${.CURDIR}/../../misc/plan/patches
|
||||
PKGDIR= ${.CURDIR}/../../misc/plan/pkg
|
||||
|
||||
pre-install:
|
||||
${ECHO} "share/doc/plan/plan_calSJ.ps" > ${PKGDIR}/PLIST
|
||||
${CAT} ${.CURDIR}/../../misc/plan/pkg/PLIST \
|
||||
>> ${PKGDIR}/PLIST
|
||||
${CP} ${.CURDIR}/../../misc/plan/pkg/DESCR \
|
||||
${.CURDIR}/../../misc/plan/pkg/COMMENT \
|
||||
${PKGDIR}/PLIST
|
Loading…
Reference in a new issue