Skip to content

Commit

Permalink
NEW !
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Yves de Champlain committed Oct 19, 2005
1 parent a403576 commit 5a788b3
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions 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
}

0 comments on commit 5a788b3

Please sign in to comment.