1 | PortSystem 1.0 |
---|
2 | |
---|
3 | name pg2xbase |
---|
4 | version 2.4.1 |
---|
5 | categories database |
---|
6 | maintainers seanasy@gmail.com |
---|
7 | description Convert data between PostgreSQL and DBF files |
---|
8 | long_description pg2xbase provides utilities for converting \ |
---|
9 | between PostgreSQL databases and DBF files. |
---|
10 | |
---|
11 | |
---|
12 | homepage http://www.klaban.torun.pl/prog/pg2xbase/ |
---|
13 | master_sites http://www.klaban.torun.pl/prog/pg2xbase/ |
---|
14 | |
---|
15 | extract.suffix .tgz |
---|
16 | checksums sha1 695625b19bea40748916c9e4c4185e82bdb808cc |
---|
17 | |
---|
18 | depends_lib port:postgresql81 port:xbase |
---|
19 | |
---|
20 | use_configure no |
---|
21 | |
---|
22 | build.args INCLUDES="-I/opt/local/include -I/opt/local/include/postgresql81 -I/opt/local/include/postgresql81/internal -I/opt/local/include/xbase" LIBS="-L/opt/local/lib -L/opt/local/lib/postgresql81 -lpq -lxbase" |
---|
23 | |
---|
24 | destroot.destdir prefix=${destroot}${prefix} |
---|