Ticket #35933: Portfile

File Portfile, 1.2 KB (added by angleto@…, 12 years ago)

Portfile for CImg 1.5.1

Line 
1# -*- 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
2# $Id: Portfile 73571 2010-11-18 19:21:43Z ryandesign@macports.org $
3
4PortSystem          1.0
5
6name                CImg
7version             1.5.1
8categories          devel
9platforms           darwin
10maintainers         workisfun.ru:ivan
11supported_archs     noarch
12license             CeCILL-C CeCILL
13
14description         C++ Template Image Processing Toolkit
15
16long_description    Open source, C++ toolkit for image processing
17
18homepage            http://cimg.sourceforge.net/
19master_sites        sourceforge:cimg
20use_zip             yes
21
22checksums           sha1    fe42a885499a001709ce1dee9862f5d5026f8c20
23
24use_configure       no
25
26build {}
27
28destroot {
29    xinstall -m 644 ${worksrcpath}/CImg.h ${destroot}${prefix}/include
30   
31    set docdir ${destroot}${prefix}/share/doc/${name}
32    xinstall -d ${docdir}
33    xinstall -m 644 -W ${worksrcpath} \
34        Licence_CeCILL-C_V1-en.txt \
35        Licence_CeCILL_V2-en.txt \
36        README.txt \
37        ${docdir}
38}
39
40livecheck.type      regex
41livecheck.url       http://sourceforge.net/projects/cimg/files/
42livecheck.regex     /CImg-(\[0-9.\]+)${extract.suffix}