Update x11-servers/xwayland-devel to version 21.0.99.1.159
[dports.git] / x11-servers / xorg-dmx / Makefile
1 # Created by: lesi@FreeBSD.org
2
3 PORTNAME=       xorg-dmx
4 PORTREVISION=   0
5
6 COMMENT=        Distributed Multihead X from X.Org
7
8 LICENSE=        MIT
9
10 MASTERDIR=      ${.CURDIR}/../xorg-server
11 DESCR=          ${.CURDIR}/pkg-descr
12
13 SLAVE_PORT=     yes
14 USE_XORG=       dmx xorgproto x11 xaw7 xext xfixes xi xmu xpm xrender xres xt xtst
15
16 CONFIGURE_ARGS+=--enable-dmx --disable-xephyr --disable-xnest --disable-xvfb \
17                 --disable-xwayland
18
19 do-install:
20         cd ${WRKSRC}/hw/dmx; DESTDIR=${STAGEDIR} ${MAKE} install
21
22 .include "${MASTERDIR}/Makefile"