2007-04-09 05:13:14 -06:00
|
|
|
# $OpenBSD: Makefile.bsd-wrapper,v 1.6 2007/04/09 11:13:14 matthieu Exp $
|
2006-11-26 05:07:34 -07:00
|
|
|
|
2007-03-29 13:54:15 -06:00
|
|
|
SHARED_LIBS= Xaw7 11.0 Xaw8 12.0
|
2006-11-28 04:27:35 -07:00
|
|
|
|
2006-11-28 12:02:33 -07:00
|
|
|
CONFIGURE_ARGS= --disable-xaw6 --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>
|