# $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $ PortSystem 1.0 name wxd version 0.10 maintainers usami-yc5.so:k-net.ne.jp platforms darwin categories devel description wxWidgets bindings for the D programming language long_description \ wxD is wxWidgets bindings for the D programming language. homepage http://wxd.sourceforge.net/ master_sites sourceforge:wxd extract.suffix .tgz checksums md5 9e40ae359e3b129b51665e89debfd9e7 worksrcdir ${name} depends_lib bin:gdc:gdc \ port:wxWidgets configure {} destroot.destdir DESTDIR=${destroot} PREFIX=${prefix} post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} foreach f {COPYING.LIB LICENCE.txt README.txt} { xinstall -m 644 ${worksrcpath}/${f} ${destroot}${prefix}/share/doc/${name} } copy ${worksrcpath}/Configs ${destroot}${prefix}/share/doc/${name} copy ${worksrcpath}/Samples ${destroot}${prefix}/share/doc/${name} } universal_variant no variant with_doxygen { depends_build port:doxygen build.target-append docs post-destroot { copy ${worksrcpath}/html ${destroot}${prefix}/share/doc/${name} } }