PortSystem 1.0

name                libxdkwrl
version             1.3.0
revision            1
categories          graphics devel
license             GPL-2
maintainers         nomaintainer
description         VRML97 parser library
platforms           darwin freebsd
long_description    The XdkWrl library allows you to load a VRML97 file into a C++ structure
homepage            http://maverick.inria.fr/Membres/Xavier.Decoret/
master_sites        macports
checksums           rmd160  788fa0cff85e4a0b2372ad6caa3432090b933f4f \
                    sha256  9cb39ae112784c4a9c509ca80843f2361e9eef1114356cbfbb15b6489c786a14

depends_build       port:antlr

patchfiles          patch-src-xdkwrl-tools-transformator.cpp.diff

livecheck.type      none

post-destroot {
    xinstall -m 755 -d ${destroot}${prefix}/include/xdkwrl/parser
    xinstall -m 644 -W ${worksrcpath}/src/xdkwrl/parser vrml97fastlexer.h \
        vrml97lexer.hpp vrml97parser.hpp vrml97parserTokenTypes.hpp \
        ${destroot}${prefix}/include/xdkwrl/parser
}

