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.
This commit is contained in:
L Jonas Olsson 1994-11-22 11:06:24 +00:00
parent 20fd03ab5c
commit 5d213542f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455

View File

@ -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 <bsd.port.mk>