diff options
-rw-r--r-- | x11-toolkits/xview-clients/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
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 <bsd.port.mk> |