diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2014-02-01 12:49:26 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2014-02-01 12:49:26 +0000 |
commit | a6383cf6b518bd966957825741ae9aadce5ba6b8 (patch) | |
tree | 42d8daf674429ddcd6d8c7703d0d46e7553c687b /misc/gimp-help-el | |
parent | d7ba8fc7c16c62041da7a4e19069659fa53723d0 (diff) | |
download | ports-a6383cf6b518bd966957825741ae9aadce5ba6b8.tar.gz ports-a6383cf6b518bd966957825741ae9aadce5ba6b8.zip |
Notes
Diffstat (limited to 'misc/gimp-help-el')
-rw-r--r-- | misc/gimp-help-el/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/misc/gimp-help-el/Makefile b/misc/gimp-help-el/Makefile new file mode 100644 index 000000000000..9a8ba893e701 --- /dev/null +++ b/misc/gimp-help-el/Makefile @@ -0,0 +1,15 @@ +# Created by: SimaMoto,RyoTa <liangtai.s16@gmail.com> +# $FreeBSD$ + +CATEGORIES= misc graphics + +MAINTAINER= liangtai.s16@gmail.com +COMMENT= The GIMP User Manual in Greek + +LICENSE= GFDL + +MASTERDIR= ${.CURDIR}/../gimp-help-en + +DOCLANG= el + +.include "${MASTERDIR}/Makefile" |