From 5a788b31362c6e8bdcafbc085898955bea6f0d05 Mon Sep 17 00:00:00 2001 From: Yves de Champlain Date: Wed, 19 Oct 2005 14:02:32 +0000 Subject: [PATCH] NEW ! Bug: Submitted by: Reviewed by: Approved by: Obtained from: git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@14712 d073be05-634f-4543-b044-5fe20cf6d1d6 --- graphics/gimp-user-manual/Portfile | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 graphics/gimp-user-manual/Portfile diff --git a/graphics/gimp-user-manual/Portfile b/graphics/gimp-user-manual/Portfile new file mode 100644 index 0000000000000..a56f2ec8c10ac --- /dev/null +++ b/graphics/gimp-user-manual/Portfile @@ -0,0 +1,26 @@ +# $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 +}