# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/pgadmin3/pgadmin3.conf # Copyright (C) 2006 - 2021 The T2 SDE Project # # This Copyright note is generated by scripts/Create-CopyPatch, # more information can be found in the files COPYING and README. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2. # --- T2-COPYRIGHT-NOTE-END --- if [ $prefix_auto = 1 ]; then prefix="opt/pgadmin3" set_confopt fi [[ $libdir = *lib ]] || var_append patchfiles ' ' "$confdir/configure_lib64.diff" var_append confopt ' ' "--with-pgsql-include=$(pkgprefix includedir postgresql)" var_append confopt ' ' "--with-pgsql-lib=$(pkgprefix libdir postgresql)" var_append confopt ' ' "--with-pgsql-bindir=$(pkgprefix bindir postgresql)" var_append confopt ' ' "--with-pgsql=${root}/$(pkgprefix postgresql)"