freebsd-ports/x11-toolkits/xview/files/patch-ca
Steve Price ba6754f275 Combine xview-config and xview-lib into one port, xview.
PR:		11305
Submitted by:	Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
1999-05-04 22:58:09 +00:00

28 lines
782 B
Text

*** config/Imakefile.orig Tue Jun 29 00:13:19 1993
--- config/Imakefile Thu Jan 21 16:39:50 1999
***************
*** 8,17 ****
/**/# config directory
/**/# @(#)Imakefile 1.9 28 Jun 1993 SMI
! XVFILES = XView.cf XView.lib XView.obj XView.rules XView.tmpl library.tmpl
CFFILES = $(XVFILES) $(HEADERS)
InstallMultipleDestFlags(install,$(CFFILES),$(CONFIGDIR),$(INSTDATFLAGS))
depend::
--- 8,20 ----
/**/# config directory
/**/# @(#)Imakefile 1.9 28 Jun 1993 SMI
! #XVFILES = XView.cf XView.lib XView.obj XView.rules XView.tmpl library.tmpl
! XVFILES = XView.cf XView.lib XView.obj XView.rules XView.tmpl XView.prog
CFFILES = $(XVFILES) $(HEADERS)
InstallMultipleDestFlags(install,$(CFFILES),$(CONFIGDIR),$(INSTDATFLAGS))
+
+ all::
depend::