summaryrefslogtreecommitdiff
path: root/math/xmgr/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-04-30 08:37:08 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-04-30 08:37:08 +0000
commitc1b184f0941c876d8cdc54040c89c869d662626a (patch)
treef45cdaa91f53c52d6308a3239f792fce14ae7a82 /math/xmgr/Makefile
parentSave xmgr history part 2. Original log: (diff)
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 ...
Notes
Notes: svn path=/head/; revision=10782
Diffstat (limited to 'math/xmgr/Makefile')
-rw-r--r--math/xmgr/Makefile6
1 files changed, 5 insertions, 1 deletions
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 <andreas@klemm.gtn.com>
#
-# $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 )