packages collection. From the homepage: XMX provides a WYSIWIS (What You See Is What I See) environment; it paints the same graphics on all participating displays. The shared client applications appear to each participant in a virtual root window which is subject to local window management. In this way, the shared X session coexists with each user's private X session.
15 lines
349 B
Makefile
15 lines
349 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2000/01/21 17:22:40 agc Exp $
|
|
|
|
DISTNAME= xmx-2.1alpha.pl7
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ftp://ftp.cs.brown.edu/pub/xmx/
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.cs.brown.edu/software/xmx/
|
|
|
|
ONLY_FOR_PLATFORM= SunOS-*-* # minor PLIST problems
|
|
|
|
USE_X11BASE= yes
|
|
USE_IMAKE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|