summaryrefslogtreecommitdiff
path: root/x11-toolkits/xview-clients
diff options
context:
space:
mode:
authorL Jonas Olsson <ljo@FreeBSD.org>1994-11-23 13:42:40 +0000
committerL Jonas Olsson <ljo@FreeBSD.org>1994-11-23 13:42:40 +0000
commitadd4d062ba995f5d81556ad3328cddd2194ebb21 (patch)
treefe69584fcdd615159d261dcff235f9680521aa5d /x11-toolkits/xview-clients
parentThis is an INTERACTIVE port - make sure that it's own install rule (diff)
Move the configure part to a shell script. It uses slightly nonstandard imake
ways and a configure script seems to work best.
Notes
Notes: svn path=/head/; revision=482
Diffstat (limited to 'x11-toolkits/xview-clients')
-rw-r--r--x11-toolkits/xview-clients/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/x11-toolkits/xview-clients/Makefile b/x11-toolkits/xview-clients/Makefile
index b2b0ede49e87..dfa7f61b3f94 100644
--- a/x11-toolkits/xview-clients/Makefile
+++ b/x11-toolkits/xview-clients/Makefile
@@ -1,13 +1,9 @@
DISTNAME= xview-clients
-USE_IMAKE= yes
-DEPENDS= x11/xview-lib
+DEPENDS= ../xview-lib
WRKDIR= ../xview-config/work/xview3.2p1-X11R6/clients
WRKSRC= ../xview-config/work/xview3.2p1-X11R6/clients
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)