diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2014-02-01 20:49:26 +0800 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2014-02-01 20:49:26 +0800 |
commit | a6383cf6b518bd966957825741ae9aadce5ba6b8 (patch) | |
tree | 42d8daf674429ddcd6d8c7703d0d46e7553c687b /misc/gimp-help-el | |
parent | d7ba8fc7c16c62041da7a4e19069659fa53723d0 (diff) | |
download | freebsd-ports-gnome-a6383cf6b518bd966957825741ae9aadce5ba6b8.tar.gz freebsd-ports-gnome-a6383cf6b518bd966957825741ae9aadce5ba6b8.tar.zst freebsd-ports-gnome-a6383cf6b518bd966957825741ae9aadce5ba6b8.zip |
- Update gimp-help ports to 2.8.1. Polish translation has been removed, new
translations have been added (ca, da, el, en_GB, sl, pt_BR)
- Add stage support
- Update maintainer address
PR: based on ports/179681
Submitted by: RyoTa SimaMoto (maintainer)
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" |