# $Id: Portfile,v 1.1 2006/03/14 23:48:18 yves Exp $ PortSystem 1.0 name gnustep-make-docs version 1.11.2 description GNUstep makefile documentation long_description ${description} platforms darwin categories devel gnustep x11 cross maintainers yves@opendarwin.org homepage http://www.gnustep.org/ master_sites http://ftp.easynet.nl/mirror/GNUstep/pub/gnustep/core/ \ ftp://ftp.easynet.nl/mirror/GNUstep/pub/gnustep/core/ \ http://www.peanuts.org/peanuts/Mirrors/GNUstep/gnustep/core/ \ http://ftpmain.gnustep.org/pub/gnustep/core/ \ ftp://ftp.gnustep.org/pub/gnustep/core/ \ http://archive.progeny.com/gnustep/core/ \ ftp://archive.progeny.com/gnustep/core/ checksums md5 87f563d71368ebb670c485ecdf198365 distname gnustep-make-${version} depends_build bin:texi2pdf:texinfo \ bin:texi2html:texi2html \ port:gnustep-make worksrcdir ${distname}/Documentation patch { reinplace "s|FAQ|FAQs|g" ${worksrcpath}/GNUmakefile reinplace "s|GNUstep-HOWTO|GS-HOWTO|g" ${worksrcpath}/GNUmakefile } use_configure no build.env \ GNUSTEP_MAKEFILES=${prefix}/GNUstep/System/Library/Makefiles build.type gnu build.args messages=yes destroot.env \ GNUSTEP_MAKEFILES=${prefix}/GNUstep/System/Library/Makefiles destroot.args messages=yes destroot.destdir \ GNUSTEP_INSTALLATION_DIR=${destroot}${prefix}/GNUstep/System