summaryrefslogtreecommitdiff
path: root/x11-servers/xorg-dmx/Makefile
blob: f78c64797b8bb77bcd85254e23cbd6e3bb60718f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: lesi@FreeBSD.org
# $FreeBSD$

PORTNAME=	xorg-dmx

COMMENT=	Distributed Multihead X from X.Org

LICENSE=	MIT

MASTERDIR=	${.CURDIR}/../xorg-server
DESCR=		${.CURDIR}/pkg-descr

SLAVE_PORT=	yes
OPTIONS_EXCLUDE=DEVD HAL SUID UDEV

USE_XORG=	dmx xorgproto x11 xaw7 xext xfixes xi xmu xpm xrender xres xt xtst

CONFIGURE_ARGS+=--enable-dmx --disable-xephyr --disable-xnest --disable-xvfb \
		--disable-xwayland

do-install:
	cd ${WRKSRC}/hw/dmx; DESTDIR=${STAGEDIR} ${MAKE} install

.include "${MASTERDIR}/Makefile"