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
24 lines
498 B
Makefile
24 lines
498 B
Makefile
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
|
|
|
PORTNAME= xorg-vfbserver
|
|
PORTREVISION= 0
|
|
PORTEPOCH= 1
|
|
|
|
COMMENT= X virtual framebuffer server from X.Org
|
|
|
|
LICENSE= MIT
|
|
|
|
MASTERDIR= ${.CURDIR}/../xorg-server
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
SLAVE_PORT= yes
|
|
|
|
CONFIGURE_ARGS+=--enable-xvfb --disable-dmx --disable-xephyr --disable-xnest \
|
|
--disable-xwayland
|
|
|
|
PLIST_FILES= bin/Xvfb man/man1/Xvfb.1.gz
|
|
|
|
do-install:
|
|
cd ${WRKSRC}/hw/vfb; DESTDIR=${STAGEDIR} ${MAKE} install
|
|
|
|
.include "${MASTERDIR}/Makefile"
|