From 5d213542f6f2a63326d370bf938dc1ccba3e6aff Mon Sep 17 00:00:00 2001 From: L Jonas Olsson Date: Tue, 22 Nov 1994 11:06:24 +0000 Subject: Initial import of the xview 3.2 X11R6 clients. Patches from Scott Mace. Makefile by me. Intentionally not added to x11 Makefile yet. Obtained from: Scott Mace. --- x11-toolkits/xview-clients/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 x11-toolkits/xview-clients/Makefile diff --git a/x11-toolkits/xview-clients/Makefile b/x11-toolkits/xview-clients/Makefile new file mode 100644 index 000000000000..31615a7acf96 --- /dev/null +++ b/x11-toolkits/xview-clients/Makefile @@ -0,0 +1,15 @@ +DISTNAME= xview-clients +USE_IMAKE= yes +DEPENDS= x11/xview-lib +WRKDIR= ../xview-lib/work/xview3.2p1-X11R6/clients +WRKSRC= ../xview-lib/work/xview3.2p1-X11R6 +NO_EXTRACT= yes + +configure: extract patch ${CONFIGURE_COOKIE} + (cd $(WRKSRC); $(MAKE) SUBDIRS=clients Makefiles) + @${TOUCH} ${TOUCH_FLAGS} ${CONFIGURE_COOKIE} + +depend: + (cd $(WRKSRC); $(MAKE) SUBDIRS=clients depend) + +.include -- cgit v1.2.3