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 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name pxlib |
---|
7 | version 0.6.5 |
---|
8 | set branch [join [lrange [split ${version} .] 0 1] .] |
---|
9 | |
---|
10 | description A utility for reading and writing Paradox DB files. |
---|
11 | long_description ${description} |
---|
12 | maintainers nomaintainer |
---|
13 | categories databases |
---|
14 | platforms darwin |
---|
15 | license GPL-2 |
---|
16 | |
---|
17 | homepage http://pxlib.sourceforge.net/index.php |
---|
18 | master_sites http://sourceforge.net/projects/${name}/files/${name}/${version}/ |
---|
19 | |
---|
20 | checksums rmd160 d112a78b01dd2a289e673cb0b58c4364580662f5 \ |
---|
21 | sha256 2f7a6b77069411d857a1eed75bf9774099c42d35768222314fbeaa5c290a0605 |
---|
22 | |
---|
23 | depends_lib port:libgsf \ |
---|
24 | port:libiconv |
---|
25 | |
---|
26 | #configure.args --mandir=${prefix}/share |
---|