# -*- 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 PortGroup cmake 1.0 name h3dutil version 1.3.0 categories graphics platforms darwin maintainers sensegraphics.com:support license GPL-2+ description Development files for h3dutil, a utility library for the H3D framework. long_description Development files for h3dutil, a utility library for the H3D framework. \ Includes vector and matrix math, image loading functions, thread \ handling and other common functions. homepage http://www.h3dapi.org/ master_sites ftp://www.h3dapi.org/pub/releases/source/ checksums rmd160 46b21c38b7cac27262e9ebd9cc3ae67b7a55cc7f \ sha256 0ea04e813a6fd87dc244013c6104d22da92d1771d1cb4f134716be98462a4fb2 depends_lib port:dcmtk \ port:freeimage \ port:zlib patchfiles patch-CMakeLists.txt.diff configure.post_args ${worksrcpath}/build cmake.out_of_source yes livecheck.type regex livecheck.url [lindex ${master_sites} 0] livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}