diff options
author | makc <makc@FreeBSD.org> | 2010-06-14 20:47:50 +0000 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-06-14 20:47:50 +0000 |
commit | 27561b5c49bf07b86d952a313cb518d19c0da29c (patch) | |
tree | 08d2551105acf651753b44f979156c083b40aa46 /german | |
parent | 01ae6692974ba58b92c2c8ff23c81c05b7922978 (diff) | |
download | FreeBSD-ports-27561b5c49bf07b86d952a313cb518d19c0da29c.zip FreeBSD-ports-27561b5c49bf07b86d952a313cb518d19c0da29c.tar.gz |
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>
Diffstat (limited to 'german')
-rw-r--r-- | german/gimp-help/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/german/gimp-help/Makefile b/german/gimp-help/Makefile new file mode 100644 index 0000000..a6ceee5 --- /dev/null +++ b/german/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= german graphics + +MAINTAINER= liangtai.s4@gmail.com +COMMENT= The GIMP User Manual in German + +MASTERDIR= ${.CURDIR}/../../misc/gimp-help-en + +DOCLANG= de +AMPLE= "" + +.include "${MASTERDIR}/Makefile" |