# $Id: Portfile 144434 2016-01-08 22:58:10Z jmr@macports.org $ PortSystem 1.0 name libsdl2_ttf set my_name SDL2_ttf version 2.0.13 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 13f7490ec369fa75baee9d0d5e2da2959abf1355 \ sha256 25ddad0302e7d74ce16a770974930cefbdcf67499ca7d40ce7a6bd7de6022fdf depends_build port:pkgconfig depends_lib port:libsdl2 \ port:freetype configure.args --disable-sdltest \ ac_cv_path_FREETYPE_CONFIG="pkg-config freetype2" 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+)*)