From d59b52e67ce61d8ebbdfc41f8a9777f60a896f77 Mon Sep 17 00:00:00 2001 From: tg Date: Thu, 30 Apr 1998 08:37:08 +0000 Subject: Save xmgr history part 3. Original log: Xinside Motif users need an additional library -lXintl. So I used the $(MOTIFLIB) variable in the Imakefile file which can easily be defined correctly there. Updated the patch to reflect this. A pre-extract target informs Xinside users to do so ... --- math/xmgr/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'math/xmgr/Makefile') diff --git a/math/xmgr/Makefile b/math/xmgr/Makefile index 77f1276efefb..2ad4909c6c19 100644 --- a/math/xmgr/Makefile +++ b/math/xmgr/Makefile @@ -3,7 +3,7 @@ # Date created: So 2 Mär 1997 12:11:43 MET # Whom: Andreas Klemm # -# $Id: Makefile,v 1.2 1998/04/30 08:31:47 tg Exp $ +# $Id: Makefile,v 1.3 1998/04/30 08:35:42 tg Exp $ # DISTNAME= xmgr-3.01 @@ -18,6 +18,10 @@ USE_IMAKE= yes REQUIRES_MOTIF= yes NO_INSTALL_MANPAGES= yes +pre-extract: + @$(ECHO_MSG) "Xinside Motif ? Then put this into /etc/make.conf:" + @$(ECHO_MSG) " MOTIFLIB=-L\${X11BASE}/lib -lXm -lXintl" + post-install: @( cd ${X11BASE}/bin; ln -sf xmgr grbatch ) -- cgit