diff options
author | taoka <taoka@FreeBSD.org> | 1999-05-06 21:58:24 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-05-06 21:58:24 +0800 |
commit | 4d67fcaf4ac590ae7a6d459b16d523bf026c520e (patch) | |
tree | b0900d4238ec365bd7acc6a53b9c33b903f5febd /japanese/jgv | |
parent | 6cf6f938058c1577e98f758edd5183b0fc7803ef (diff) | |
download | freebsd-ports-gnome-4d67fcaf4ac590ae7a6d459b16d523bf026c520e.tar.gz freebsd-ports-gnome-4d67fcaf4ac590ae7a6d459b16d523bf026c520e.tar.zst freebsd-ports-gnome-4d67fcaf4ac590ae7a6d459b16d523bf026c520e.zip |
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" |