xenocara/lib/libXaw/Makefile.bsd-wrapper

12 lines
291 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile.bsd-wrapper,v 1.11 2013/08/13 07:07:13 guenther Exp $
2006-11-26 05:07:34 -07:00
SHARED_LIBS= Xaw7 15.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>