xenocara/lib/libXaw/Makefile.bsd-wrapper

12 lines
291 B
Makefile
Raw Normal View History

2011-06-02 07:40:13 -06:00
# $OpenBSD: Makefile.bsd-wrapper,v 1.10 2011/06/02 13:40:13 matthieu Exp $
2006-11-26 05:07:34 -07:00
SHARED_LIBS= Xaw7 14.0
2011-06-02 07:40:13 -06:00
CONFIGURE_ARGS= --disable-xaw6 --without-fop --without-xmlto
2006-11-26 05:07:34 -07:00
afterinstall:
-rm -f $(DESTDIR)$(LIBDIR)/libXaw.a
(cd $(DESTDIR)$(LIBDIR) && ln -s libXaw7.a libXaw.a)
2006-11-26 05:07:34 -07:00
.include <bsd.xorg.mk>