Ticket #40269: Portfile.3

File Portfile.3, 1.0 KB (added by c.herbig@…, 11 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                pxlib
7version             0.6.5
8set branch          [join [lrange [split ${version} .] 0 1] .]
9
10description         A utility for reading and writing Paradox DB files.
11long_description    ${description}
12maintainers         nomaintainer
13categories          databases
14platforms           darwin
15license             GPL-2
16
17homepage            http://pxlib.sourceforge.net/index.php
18master_sites        http://sourceforge.net/projects/${name}/files/${name}/${version}/
19
20checksums           rmd160  d112a78b01dd2a289e673cb0b58c4364580662f5 \
21                    sha256  2f7a6b77069411d857a1eed75bf9774099c42d35768222314fbeaa5c290a0605
22
23depends_build       port:pkgconfig \
24                    port:intltool
25
26depends_lib         port:libgsf \
27                    port:libiconv
28
29configure.args      --enable-option-checking \
30                    --with-gsf=${prefix}