1 | # $Id: $ |
---|
2 | PortSystem 1.0 |
---|
3 | name firebird |
---|
4 | version 1.5.0 |
---|
5 | distname ${name}-${version}.4290 |
---|
6 | categories databases |
---|
7 | maintainers darwinports@opendarwin.org |
---|
8 | description firebird SQL DB |
---|
9 | long_description \ |
---|
10 | . |
---|
11 | homepage http://firebird.sourceforge.net/ |
---|
12 | master_sites sourceforge:firebird |
---|
13 | platforms darwin |
---|
14 | checksums md5 c088ccf4d149ecc1fa03ee27e9043701 |
---|
15 | extract.suffix .tar.bz2 |
---|
16 | extract.cmd bunzip2 -c |
---|
17 | use_autoconf yes |
---|
18 | patchfiles patch-configure_in |
---|
19 | configure.args --mandir=${prefix}/share/man \ |
---|
20 | --with-lock-manager --with-editline |
---|
21 | |
---|
22 | variant darwin { |
---|
23 | pre-configure { |
---|
24 | file copy -force /usr/share/libtool/config.sub \ |
---|
25 | ${worksrcpath}/builds/make.new/config/config.sub |
---|
26 | file copy -force /usr/share/libtool/config.guess \ |
---|
27 | ${worksrcpath}/builds/make.new/config/config.guess |
---|
28 | } |
---|
29 | } |
---|
30 | |
---|