summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorljo <ljo@FreeBSD.org>1994-11-23 13:42:40 +0000
committerljo <ljo@FreeBSD.org>1994-11-23 13:42:40 +0000
commitf7e7e74e9705f1a7c5ad25ddebfdfe7c31b8e20b (patch)
treea7b9f0acd738b0aa54f31015ea63b4997708190b /x11-toolkits
parenteeb9ee9bbefde74baddee391b9a0871bf8d8013b (diff)
downloadFreeBSD-ports-f7e7e74e9705f1a7c5ad25ddebfdfe7c31b8e20b.zip
FreeBSD-ports-f7e7e74e9705f1a7c5ad25ddebfdfe7c31b8e20b.tar.gz
Move the configure part to a shell script. It uses slightly nonstandard imake
ways and a configure script seems to work best.
Diffstat (limited to 'x11-toolkits')
-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 b2b0ede..dfa7f61 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)
OpenPOWER on IntegriCloud