# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 name gnome-developer-tools version 2.32.1 categories gnome maintainers devans openmaintainer description GNOME Developer Tools long_description \ GNOME Developer Tools is the suite of applications and documentation that is \ distributed with GNOME to help developers create GNOME applications. homepage http://live.gnome.org/TwoPointTwentyfive/DevelTools master_sites platforms darwin # # TODO # # The following modules are currently included GNOME Developer Tools # but have not yet been ported to MacPorts # # accerciser # # BROKEN PORTS # # The following ports are currently included in GNOME Developer # Tools and have been ported to MacPorts but are currently # broken and/or need to be updated # # None at this time # depends_lib \ port:anjuta \ port:devhelp \ port:gdl \ path:lib/pkgconfig/gladeui-1.0.pc:glade3 \ port:gnome-devel-docs distfiles use_configure no build { } destroot { file mkdir ${destroot}${prefix}/share/doc/gnome file copy ${filespath}/README.${name}.txt.in ${destroot}${prefix}/share/doc/gnome/README.${name}.txt reinplace "s|@PREFIX@|${prefix}|g" ${destroot}${prefix}/share/doc/gnome/README.${name}.txt } livecheck.type none