14 lines
386 B
Makefile
14 lines
386 B
Makefile
|
# $NetBSD: Makefile,v 1.1.1.1 2011/02/20 08:02:52 ryoon Exp $
|
||
|
#
|
||
|
|
||
|
HELPLANGUAGE= sv
|
||
|
|
||
|
DISTNAME= gimp-help-2.6.1-html-${HELPLANGUAGE}
|
||
|
PKGNAME= gimp-docs-${HELPLANGUAGE}-${DISTNAME:S/gimp-help-//:S/-html-${HELPLANGUAGE}//}
|
||
|
|
||
|
PKG_DESTDIR_SUPPORT= user-destdir
|
||
|
|
||
|
.include "../../graphics/gimp-docs-en/Makefile.common"
|
||
|
|
||
|
COMMENT= Documentation package for The Gimp image manipulation software
|