# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/sope/sope.conf # Copyright (C) 2005 - 2023 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 --- confopt="--with-gnustep --gsmake=$prefix/System" # to compile with apr*-1.x var_append GCC_WRAPPER_INSERT " " "-D_LARGEFILE64_SOURCE" for x in openldap postgresql; do pkgprefix -t $x var_append GCC_WRAPPER_APPEND ' ' "-I$(pkgprefix includedir $x)" var_append GCC_WRAPPER_APPEND ' ' "-L$(pkgprefix libdir $x)" done if pkginstalled apache; then pkgprefix -t apache hook_add inmake 5 'eval $MAKE $makeopt -C ./sope-appserver/mod_ngobjweb/' hook_add postmake 5 "cp -vf ./sope-appserver/mod_ngobjweb/mod_ngobjweb.so \ $root/$(pkgprefix prefix apache)/modules/" hook_add postdoc 5 'cp -vf ./sope-appserver/mod_ngobjweb/README $docdir/README.mod_ngobjweb' fi