diff options
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/gimp-docs/DESCR | 1 | ||||
-rw-r--r-- | meta-pkgs/gimp-docs/Makefile | 27 |
2 files changed, 28 insertions, 0 deletions
diff --git a/meta-pkgs/gimp-docs/DESCR b/meta-pkgs/gimp-docs/DESCR new file mode 100644 index 00000000000..ff79288e65a --- /dev/null +++ b/meta-pkgs/gimp-docs/DESCR @@ -0,0 +1 @@ +Documentation package for The GIMP image manipulation software diff --git a/meta-pkgs/gimp-docs/Makefile b/meta-pkgs/gimp-docs/Makefile new file mode 100644 index 00000000000..4320b993aa8 --- /dev/null +++ b/meta-pkgs/gimp-docs/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/02/20 11:44:30 ryoon Exp $ + +DISTNAME= gimp-docs-2.6.1 +CATEGORIES= meta-pkgs +MASTER_SITES= # empty +DISTFILES= # empty + +MAINTAINER= ryoon@NetBSD.org +COMMENT= Documentation package for The GIMP image manipulation software + +DEPENDS+= gimp-docs-de-[0-9]*:../../graphics/gimp-docs-de +DEPENDS+= gimp-docs-en-[0-9]*:../../graphics/gimp-docs-en +DEPENDS+= gimp-docs-es-[0-9]*:../../graphics/gimp-docs-es +DEPENDS+= gimp-docs-fr-[0-9]*:../../graphics/gimp-docs-fr +DEPENDS+= gimp-docs-it-[0-9]*:../../graphics/gimp-docs-it +DEPENDS+= gimp-docs-ja-[0-9]*:../../graphics/gimp-docs-ja +DEPENDS+= gimp-docs-ko-[0-9]*:../../graphics/gimp-docs-ko +DEPENDS+= gimp-docs-nl-[0-9]*:../../graphics/gimp-docs-nl +DEPENDS+= gimp-docs-nn-[0-9]*:../../graphics/gimp-docs-nn +DEPENDS+= gimp-docs-pl-[0-9]*:../../graphics/gimp-docs-pl +DEPENDS+= gimp-docs-ru-[0-9]*:../../graphics/gimp-docs-ru +DEPENDS+= gimp-docs-sv-[0-9]*:../../graphics/gimp-docs-sv +DEPENDS+= gimp-docs-zh_CN-[0-9]*:../../graphics/gimp-docs-zh_CN + +META_PACKAGE= yes + +.include "../../mk/bsd.pkg.mk" |