aboutsummaryrefslogblamecommitdiff
path: root/x11-servers/xorg-vfbserver/Makefile
blob: 7e868cc68be73d9f7328c55eb1fb4b2920b84797 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                              

                              
                 
                 
 

                                                       

                   

                                         

                   
 

                                                                              






                                                                
# 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"