# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: package/.../openmotif/openmotif.conf # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # # 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 as published by # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. # --- 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 /$prefix/bin/mwm" custmain="build_motif" srctar="openmotif-${ver}_MLI.src.tar.bz2"