freebsd-ports/x11/xmove/files/Makefile
Matthew Hunt 2dee373041 Import of xmove, an X11 proxy (like lbx) that allows suspending,
resuming, and moving clients (presumably like screen(1)).

PR:		5503
Submitted by:	Stefan `Sec` Zehl <sec@42.org>
1998-04-19 06:02:26 +00:00

7 lines
116 B
Makefile

all:
cd xmove;xmkmf && make
cd xmovectrl;xmkmf && make
install:
cd xmove;make install
cd xmovectrl;make install