5f5463b013
This version removes support for Xprint.
12 lines
260 B
Makefile
12 lines
260 B
Makefile
# $OpenBSD: Makefile.bsd-wrapper,v 1.8 2010/04/23 19:37:47 matthieu Exp $
|
|
|
|
SHARED_LIBS= Xaw7 14.0
|
|
|
|
CONFIGURE_ARGS= --disable-xaw6
|
|
|
|
afterinstall:
|
|
-rm -f $(DESTDIR)$(LIBDIR)/libXaw.a
|
|
(cd $(DESTDIR)$(LIBDIR) && ln -s libXaw7.a libXaw.a)
|
|
|
|
.include <bsd.xorg.mk>
|