diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-05-06 13:58:24 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-05-06 13:58:24 +0000 |
commit | 9b89896be9a13232aa501629b65ed0619fbb5823 (patch) | |
tree | b446175bf4829b486f7559f579b1b749c7753a1c /japanese/jgv | |
parent | A graphic viewer with various image types. (diff) |
A graphic viewer with various image types. (in Japanese)
PR: 11423
Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
Diffstat (limited to 'japanese/jgv')
-rw-r--r-- | japanese/jgv/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/japanese/jgv/Makefile b/japanese/jgv/Makefile new file mode 100644 index 000000000000..036c19b99cb1 --- /dev/null +++ b/japanese/jgv/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: JDE's JGV for ja-TkStep +# Version required: 0.2 +# Date created: 25 March 1999 +# Whom: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> +# +# $Id$ +# + +LANGUAGE= Japanese +MASTERDIR= ${.CURDIR}/../../graphics/jgv + +.include "${MASTERDIR}/Makefile" |