diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-06-14 20:47:50 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-06-14 20:47:50 +0000 |
commit | 958f9a1c07feca2aa36d7149c53ef1be47a53f02 (patch) | |
tree | b88822eef1dc4549cbec63a3e417daa266dfd5bd /japanese/gimp-help | |
parent | Add OPTIONS: (diff) |
Add new ports for GIMP Manual:
The GIMP User Manual is distributed as a set of HTML pages for use
with the internal GIMP help browser or any web browser.
WWW: http://docs.gimp.org/
PR: ports/145650, ports/145652
Submitted by: SimaMoto, RyoTa <liangtai.s4 at gmail.com>
Notes
Notes:
svn path=/head/; revision=256536
Diffstat (limited to 'japanese/gimp-help')
-rw-r--r-- | japanese/gimp-help/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/japanese/gimp-help/Makefile b/japanese/gimp-help/Makefile new file mode 100644 index 000000000000..f4831d2f5835 --- /dev/null +++ b/japanese/gimp-help/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: gimp-help +# Date created: 10th April 2010 +# Whom: SimaMoto,RyoTa <liangtai.s4@gmail.com> +# +# $FreeBSD$ +# + +CATEGORIES= japanese graphics + +MAINTAINER= liangtai.s4@gmail.com +COMMENT= The GIMP User Manual in Japanese + +MASTERDIR= ${.CURDIR}/../../misc/gimp-help-en + +DOCLANG= ja +AMPLE= "" + +.include "${MASTERDIR}/Makefile" |