2008-02-09 11:08:49 -07:00
|
|
|
# $OpenBSD: Makefile.bsd-wrapper,v 1.7 2008/02/09 18:08:49 matthieu Exp $
|
2006-11-26 05:07:34 -07:00
|
|
|
|
2008-02-09 11:08:49 -07:00
|
|
|
SHARED_LIBS= Xaw7 12.0 Xaw8 13.0
|
2006-11-28 04:27:35 -07:00
|
|
|
|
2008-02-09 11:08:49 -07:00
|
|
|
CONFIGURE_ARGS= --disable-xaw6 --disable-xaw7-symlink --enable-xaw8
|
2006-11-26 05:07:34 -07:00
|
|
|
|
2007-04-09 05:13:14 -06:00
|
|
|
afterinstall:
|
|
|
|
-rm -f $(DESTDIR)$(LIBDIR)/libXaw.a
|
|
|
|
(cd $(DESTDIR)$(LIBDIR) && ln -s libXaw8.a libXaw.a)
|
|
|
|
|
2006-11-26 05:07:34 -07:00
|
|
|
.include <bsd.xorg.mk>
|