Summary: Changelogs to 1.20.12 in [1] and 1.20.13 in [2]. [1] https://lists.x.org/archives/xorg-announce/2021-July/003098.html [2] https://lists.x.org/archives/xorg-announce/2021-July/003100.html Reviewd by: x11 (manu,zeising) Differential Revision: https://reviews.freebsd.org/D32539
27 lines
567 B
Makefile
27 lines
567 B
Makefile
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
|
|
|
PORTNAME= xorg-nestserver
|
|
PORTREVISION= 0
|
|
PORTEPOCH= 2
|
|
|
|
COMMENT= Nesting X server from X.Org
|
|
|
|
LICENSE= MIT
|
|
|
|
MASTERDIR= ${.CURDIR}/../xorg-server
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
RUN_DEPENDS= xkeyboard-config>=2.5:x11/xkeyboard-config
|
|
|
|
SLAVE_PORT= yes
|
|
USE_XORG= x11 xext
|
|
|
|
CONFIGURE_ARGS+=--enable-xnest --disable-dmx --disable-xephyr --disable-xvfb \
|
|
--disable-xwayland
|
|
|
|
PLIST_FILES= bin/Xnest man/man1/Xnest.1.gz
|
|
|
|
do-install:
|
|
cd ${WRKSRC}/hw/xnest; DESTDIR=${STAGEDIR} ${MAKE} install
|
|
|
|
.include "${MASTERDIR}/Makefile"
|