diff options
author | tg <tg@FreeBSD.org> | 1998-04-30 16:37:08 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-04-30 16:37:08 +0800 |
commit | d59b52e67ce61d8ebbdfc41f8a9777f60a896f77 (patch) | |
tree | f16217c9bfbef473e7b644bd1b575306ae79691a /math/xmgr/Makefile | |
parent | ab6822ff90099bae7689b66afcbdea068b57979e (diff) | |
download | freebsd-ports-gnome-d59b52e67ce61d8ebbdfc41f8a9777f60a896f77.tar.gz freebsd-ports-gnome-d59b52e67ce61d8ebbdfc41f8a9777f60a896f77.tar.zst freebsd-ports-gnome-d59b52e67ce61d8ebbdfc41f8a9777f60a896f77.zip |
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 ...
Diffstat (limited to 'math/xmgr/Makefile')
-rw-r--r-- | math/xmgr/Makefile | 6 |
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 ) |