2013-08-13 01:07:07 -06:00
|
|
|
# $OpenBSD: Makefile.bsd-wrapper,v 1.11 2013/08/13 07:07:13 guenther Exp $
|
2006-11-26 05:07:34 -07:00
|
|
|
|
2013-08-13 01:07:07 -06:00
|
|
|
SHARED_LIBS= Xaw7 15.0
|
2006-11-28 04:27:35 -07:00
|
|
|
|
2011-06-02 07:40:13 -06:00
|
|
|
CONFIGURE_ARGS= --disable-xaw6 --without-fop --without-xmlto
|
2006-11-26 05:07:34 -07:00
|
|
|
|
2007-04-09 05:13:14 -06:00
|
|
|
afterinstall:
|
|
|
|
-rm -f $(DESTDIR)$(LIBDIR)/libXaw.a
|
2010-04-23 13:37:47 -06:00
|
|
|
(cd $(DESTDIR)$(LIBDIR) && ln -s libXaw7.a libXaw.a)
|
2007-04-09 05:13:14 -06:00
|
|
|
|
2006-11-26 05:07:34 -07:00
|
|
|
.include <bsd.xorg.mk>
|