# $Id: Portfile,v 1.1 2005/10/19 14:02:32 yves Exp $

PortSystem 1.0
name             gimp-user-manual
version          0.9
categories       graphics
maintainers      yves@opendarwin.org
description      A multilingual user manual for the Gimp.
long_description \
	The GIMP User Manual is a newly written User Manual for the GIMP. \
	It is written for the GIMP Help Browser, but can produce the Help pages \
	for other mediums as well.
homepage         http://docs.gimp.org/
platforms        darwin

distname	gimp-help-2-${version}
master_sites     ftp://ftp.gimp.org/pub/gimp/help/testing/
checksums        md5 c2f5c20cc5d861e7d403dda8e46d1c97

depends_build    bin:pkg-config:pkgconfig
depends_lib      port:gimp2

variant no-gimp {
	configure.args-append --without-gimp
	depends_lib-delete port:gimp2
}
