Ticket #27986: Portfile

File Portfile, 1.3 KB (added by julians37@…, 13 years ago)
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$
3
4PortSystem 1.0
5
6name                lensfun
7version             0.2.5
8license             LGPL
9categories          graphics
10maintainers         gmail.com:julians37
11homepage            http://lensfun.berlios.de/
12platforms           darwin
13
14description         Library for fixing lens geometry distortion
15long_description    Provides a database of photographic lenses and a library that allows advanced \
16                    access to the database including functions to correct images based on intimate \
17                    knowledge of lens characteristics and calibration data.
18
19master_sites        http://download.berlios.de/lensfun/
20
21checksums           md5     930e15e7790a84eb7de28ed4c3c5c1ee \
22                    sha1    0ed0ceccd8ea0fe19b942682a9e71b0bf08c9336 \
23                    rmd160  d2d2c45eddc03e50e9425125e283b236c976b5d2
24
25depends_lib         port:glib2 \
26                    port:libpng
27
28# Doesn't support --disable-dependency-tracking flag
29configure.universal_args
30
31# Ensure lensfun.pc is created
32patchfiles          pkgconfig.diff
33
34livecheck.type      regex
35livecheck.url       http://developer.berlios.de/project/showfiles.php?group_id=9034
36livecheck.regex     "lensfun-(\\d+(?:\\.\\d+)*).tar"