xenocara/lib/libXaw/Makefile.bsd-wrapper
guenther b5bb12998e Bump the major on every single base library. There are a couple
not bumped by this that will be corrected soon.

heavy lifting by todd@
2013-08-13 07:07:07 +00:00

12 lines
291 B
Makefile

# $OpenBSD: Makefile.bsd-wrapper,v 1.11 2013/08/13 07:07:13 guenther Exp $
SHARED_LIBS= Xaw7 15.0
CONFIGURE_ARGS= --disable-xaw6 --without-fop --without-xmlto
afterinstall:
-rm -f $(DESTDIR)$(LIBDIR)/libXaw.a
(cd $(DESTDIR)$(LIBDIR) && ln -s libXaw7.a libXaw.a)
.include <bsd.xorg.mk>