Ticket #1664: Portfile

File Portfile, 896 bytes (added by julien.touche@…, 20 years ago)

portfile

Line 
1# $Id: $
2PortSystem        1.0
3name              firebird
4version           1.5.0
5distname          ${name}-${version}.4290
6categories        databases
7maintainers       darwinports@opendarwin.org
8description       firebird SQL DB
9long_description  \
10                  .
11homepage          http://firebird.sourceforge.net/
12master_sites      sourceforge:firebird
13platforms         darwin
14checksums         md5 c088ccf4d149ecc1fa03ee27e9043701
15extract.suffix    .tar.bz2
16extract.cmd       bunzip2 -c
17use_autoconf      yes
18patchfiles        patch-configure_in
19configure.args    --mandir=${prefix}/share/man \
20                  --with-lock-manager --with-editline
21
22variant 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