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 /graphics/gimp-help | |
parent | d7ba8fc7c16c62041da7a4e19069659fa53723d0 (diff) | |
download | ports-a6383cf6b518bd966957825741ae9aadce5ba6b8.tar.gz ports-a6383cf6b518bd966957825741ae9aadce5ba6b8.zip |
Notes
Diffstat (limited to 'graphics/gimp-help')
-rw-r--r-- | graphics/gimp-help/Makefile | 47 | ||||
-rw-r--r-- | graphics/gimp-help/pkg-descr | 6 |
2 files changed, 23 insertions, 30 deletions
diff --git a/graphics/gimp-help/Makefile b/graphics/gimp-help/Makefile index 52805378a6ae..76390a6ac70d 100644 --- a/graphics/gimp-help/Makefile +++ b/graphics/gimp-help/Makefile @@ -2,14 +2,12 @@ # $FreeBSD$ PORTNAME= gimp-help -PORTVERSION= 2.6.1 +PORTVERSION= 2.8.1 CATEGORIES= graphics -MASTER_SITES= # empty PKGNAMESUFFIX= -html DISTFILES= # none -EXTRACT_ONLY= # empty -MAINTAINER= liangtai.s4@gmail.com +MAINTAINER= liangtai.s16@gmail.com COMMENT= The meta port for GIMP User Manual LICENSE= GFDL @@ -17,20 +15,27 @@ LICENSE= GFDL .MAKE.FreeBSD_UL= yes NO_BUILD= yes +NO_INSTALL= yes +NO_MTREE= yes -LANG_ALL= de en es fr it ja ko nl nn pl ru sv zh_CN +LANG_ALL_HTML= ca da de el en en_GB es fr it ja ko nl nn \ + pt_BR ru sl sv zh_CN de_PORT= german/gimp-help fr_PORT= french/gimp-help ja_PORT= japanese/gimp-help ko_PORT= korean/gimp-help -pl_PORT= polish/gimp-help +pt_BR_PORT= portuguese/gimp-help-pt_BR ru_PORT= russian/gimp-help zh_CN_PORT= chinese/gimp-help-zh_CN # you can find more in ${PORTSDIR}/misc/kde4-l10n/files/kde4-lang-names +ca_NAME= Catalan +da_NAME= Danish de_NAME= German +el_NAME= Greek en_NAME= English +en_GB_NAME= British English es_NAME= Spanish fr_NAME= French it_NAME= Italian @@ -38,35 +43,23 @@ ja_NAME= Japanese ko_NAME= Korean nl_NAME= Dutch nn_NAME= Norwegian Nynorsk -pl_NAME= Polish +pt_BR_NAME= Brazilian Portuguese ru_NAME= Russian +sl_NAME= Slovenian sv_NAME= Swedish zh_CN_NAME= Chinese Simplified -.for lang in ${LANG_ALL} +OPTIONS_DEFINE= ALL ${LANG_ALL_HTML:U} +OPTIONS_DEFAULT= ALL +ALL_DESC= All translations + +.for lang in ${LANG_ALL_HTML} ${lang}_DETECT?= ${LOCALBASE}/share/gimp/help/${lang}/index.html ${lang}_PORT?= misc/gimp-help-${lang} ${lang}_NAME?= ${lang} ${lang:U}_DESC= ${${lang}_NAME} +${lang:U}_RUN_DEPENDS= ${${lang}_DETECT}:${PORTSDIR}/${${lang}_PORT} +ALL_RUN_DEPENDS+= ${${lang}_DETECT}:${PORTSDIR}/${${lang}_PORT} .endfor -OPTIONS_DEFINE= ALL -OPTIONS_DEFAULT= ALL -ALL_DESC= All translations -.for lang in ${LANG_ALL} -OPTIONS_DEFINE+= ${lang:U} -.endfor - -NO_STAGE= yes -.include <bsd.port.options.mk> - -.for lang in ${LANG_ALL} -.if ${PORT_OPTIONS:MALL} || ${PORT_OPTIONS:M${lang:U}} -RUN_DEPENDS+= ${${lang}_DETECT}:${PORTSDIR}/${${lang}_PORT} -.endif -.endfor - -do-install: - ${DO_NADA} - .include <bsd.port.mk> diff --git a/graphics/gimp-help/pkg-descr b/graphics/gimp-help/pkg-descr index 82817b6f49b0..1a813cfd306b 100644 --- a/graphics/gimp-help/pkg-descr +++ b/graphics/gimp-help/pkg-descr @@ -1,5 +1,5 @@ -The meta port for GIMP User Manual. The GIMP User Manual is distributed -as a set of HTML pages for use with the internal GIMP help browser +The meta port for GIMP User Manual which consists of HTML pages +in several languages for use with the internal GIMP help browser or any web browser. -WWW: http://docs.gimp.org +WWW: http://docs.gimp.org |