# -*- 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 name iulib hg.tag 6ea5be8af69e version 0.4-20120618 categories graphics license Apache-2 platforms darwin maintainers nomaintainer description C++ library of image understanding-related algorithms long_description ${name} is a library of image understanding-related \ algorithms. It provides basic image processing, \ mathematical morphology, and machine learning algorithms. fetch.type hg hg.url https://iulib.googlecode.com/hg/ homepage http://code.google.com/p/iulib/ depends_build port:scons depends_lib port:libpng \ port:jpeg \ port:tiff \ port:zlib \ port:libsdl \ port:libsdl_image \ port:libsdl_gfx patchfiles patch-SConstruct.diff \ patch-components.cc.diff post-patch { reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/SConstruct } use_configure no build.cmd ${prefix}/bin/scons build.target # you can remove the build.args test=yes, but it nice to know they work build.args test=yes destroot.destdir prefix=${destroot}${prefix}