# $Id$ PortSystem 1.0 name libsdl2_ttf set my_name SDL2_ttf version 2.0.12 categories devel graphics platforms darwin license zlib maintainers jmr openmaintainer description add on library for libSDL for rendering TrueType fonts long_description \ This library is a wrapper around FreeType and \ allows rendering TrueType fonts in SDL applications. homepage http://www.libsdl.org/projects/SDL_ttf/ master_sites ${homepage}release/ distname ${my_name}-${version} checksums rmd160 ac5dee6f8e6e1aaef36c1f070b8b07b6c4582ba1 \ sha256 8728605443ea1cca5cad501dc34dc0cb15135d1e575551da6d151d213d356f6e depends_build port:pkgconfig depends_lib port:libsdl2 \ port:freetype configure.args --disable-sdltest post-destroot { set docdir ${prefix}/share/doc/${name} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} CHANGES.txt COPYING.txt README.txt \ ${destroot}${docdir} } livecheck.type regex livecheck.url ${homepage} livecheck.regex ${my_name}-(\\d+(?:\\.\\d+)*)