* spelling fixes and new content for german, italian, english, chinese and french * XML validation fixes * CSS cleanups * lower depth for PNGs for the online version of the manual * small changes to the build system
16 lines
422 B
Makefile
16 lines
422 B
Makefile
# $NetBSD: Makefile,v 1.6 2005/10/24 08:51:16 adam Exp $
|
|
|
|
DISTNAME= gimp-help-2-0.9
|
|
PKGNAME= gimp-docs-2.0.9
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/help/testing/
|
|
|
|
MAINTAINER= wulf@NetBSD.org
|
|
HOMEPAGE= http://www.gimp.org/
|
|
COMMENT= Documentation package for The Gimp image manipulation software
|
|
|
|
USE_TOOLS+= gmake
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --without-gimp
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|