diff options
author | L Jonas Olsson <ljo@FreeBSD.org> | 1994-11-22 11:06:24 +0000 |
---|---|---|
committer | L Jonas Olsson <ljo@FreeBSD.org> | 1994-11-22 11:06:24 +0000 |
commit | 5d213542f6f2a63326d370bf938dc1ccba3e6aff (patch) | |
tree | dfe7733a5699708d52652fe3d4fc1d2e3828c326 | |
parent | Make this depend on gmake. I could do this automagically for USE_GMAKE, (diff) |
Initial import of the xview 3.2 X11R6 clients. Patches from Scott Mace.
Makefile by me.
Intentionally not added to x11 Makefile yet.
Obtained from: Scott Mace.
Notes
Notes:
svn path=/head/; revision=455
-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> |