aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/xview-clients
diff options
context:
space:
mode:
authorL Jonas Olsson <ljo@FreeBSD.org>1994-11-22 11:06:24 +0000
committerL Jonas Olsson <ljo@FreeBSD.org>1994-11-22 11:06:24 +0000
commit5d213542f6f2a63326d370bf938dc1ccba3e6aff (patch)
treedfe7733a5699708d52652fe3d4fc1d2e3828c326 /x11-toolkits/xview-clients
parent20fd03ab5cf2c4eaa69819256398776d20f64236 (diff)
downloadports-5d213542f6f2a63326d370bf938dc1ccba3e6aff.tar.gz
ports-5d213542f6f2a63326d370bf938dc1ccba3e6aff.zip
Notes
Diffstat (limited to 'x11-toolkits/xview-clients')
-rw-r--r--x11-toolkits/xview-clients/Makefile15
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>