16 lines
497 B
Makefile
16 lines
497 B
Makefile
# $NetBSD: Makefile,v 1.8 2020/08/31 18:09:39 wiz Exp $
|
|
#
|
|
|
|
HELPLANGUAGE= pl
|
|
|
|
DISTNAME= gimp-help-${GIMPDOCVER}-html-${HELPLANGUAGE}
|
|
PKGNAME= gimp-docs-${HELPLANGUAGE}-${DISTNAME:S/gimp-help-//:S/-html-${HELPLANGUAGE}//}
|
|
PKGREVISION= 3
|
|
|
|
# There is no po/pl/gimp.po in 2.8.1 tarball.
|
|
# Use msgfmt and msginit from devel/gettext-tools.
|
|
_TOOLS_USE_PKGSRC.msgfmt= yes
|
|
|
|
.include "../../graphics/gimp-docs-en/Makefile.common"
|
|
|
|
COMMENT= Documentation package for The Gimp image manipulation software
|