# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/openmotif/openmotif.conf # Copyright (C) 2004 - 2022 The T2 SDE Project # Copyright (C) 1998 - 2003 ROCK Linux 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 --- build_motif() { patch -p1 < ${confdir}/Imakefile-openmotif-2.1.30.diff mkdir -p imports/x11 ln -vs $root/usr/X11R6/bin imports/x11/bin ln -vs $root/usr/X11R6/include imports/x11/include ln -vs $root/usr/X11R6/lib imports/x11/lib eval $MAKE World eval $MAKE install eval $MAKE install.man } # We need that for version 2.2.2. I'll let it here because we need this perhaps in the future again #var_append INSTALL_WRAPPER_FILTER "|" \ # 'sed "s,man/man[123456789n]/.*\$,\\0openmotif,"' hook_add postdoc 3 "rm -rf $docdir/man $docdir/Makefile*" hook_add postinstall 3 "register_wm $pkg ${pkg}-mwm $bindir/mwm" custmain="build_motif" srctar="openmotif-${ver}_MLI.src.tar.bz2"