diff options
Diffstat (limited to 'russian/gimp-help/Makefile')
-rw-r--r-- | russian/gimp-help/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/russian/gimp-help/Makefile b/russian/gimp-help/Makefile new file mode 100644 index 000000000000..b892a7602cba --- /dev/null +++ b/russian/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= russian graphics + +MAINTAINER= liangtai.s4@gmail.com +COMMENT= The GIMP User Manual in Russian + +MASTERDIR= ${.CURDIR}/../../misc/gimp-help-en + +DOCLANG= ru +AMPLE= "" + +.include "${MASTERDIR}/Makefile" |