diff options
Diffstat (limited to 'x11-servers/xorg-vfbserver/Makefile')
-rw-r--r-- | x11-servers/xorg-vfbserver/Makefile | 26 |
1 files changed, 6 insertions, 20 deletions
diff --git a/x11-servers/xorg-vfbserver/Makefile b/x11-servers/xorg-vfbserver/Makefile index 4f3a47280cd3..3f4bd301e232 100644 --- a/x11-servers/xorg-vfbserver/Makefile +++ b/x11-servers/xorg-vfbserver/Makefile @@ -6,18 +6,12 @@ # PORTNAME= xorg-vfbserver -PORTVERSION= 1.7.7 -PORTEPOCH= 1 -CATEGORIES= x11-servers +PORTREVISION= 1 -MAINTAINER= x11@FreeBSD.org COMMENT= X virtual framebuffer server from X.Org -XORG_CAT= xserver - -LIB_DEPENDS= drm:${PORTSDIR}/graphics/libdrm - -USE_GL= gl +MASTERDIR= ${.CURDIR}/../xorg-server +DESCR= ${.CURDIR}/pkg-descr USE_XORG= x11 xf86driproto glproto randrproto renderproto fixesproto \ damageproto xcmiscproto xextproto xf86miscproto inputproto \ xf86vidmodeproto xf86bigfontproto scrnsaverproto bigreqsproto \ @@ -26,23 +20,15 @@ USE_XORG= x11 xf86driproto glproto randrproto renderproto fixesproto \ xineramaproto xinerama evieproto xkbfile xfont fontenc \ xkbui xxf86misc xxf86vm xaw7 xmu xpm xext pixman xtrans -USE_OPENSSL= yes CONFIGURE_ARGS= --disable-dmx --disable-xnest --disable-xorg \ + --without-xmlto --disable-docs --disable-devel-docs \ --localstatedir=/var --without-dtrace +SLAVE_PORT= yes PLIST_FILES= bin/Xvfb MAN1= Xvfb.1 do-install: cd ${WRKSRC}/hw/vfb; ${MAKE} install -.include <bsd.port.pre.mk> - -.if defined(WITH_OPENSSL_BASE) -# The reason why I use this is cause openssl from base doesn't install a .pc file -# and configure will fail trying to find it. Setting both of those variables to -# a *non-empty* value by-passes the pkg-config check. -CONFIGURE_ENV= SHA1_LIB="-L/usr/lib -lcrypto" SHA1_CFLAGS="-I/usr/include" -.endif - -.include <bsd.port.post.mk> +.include "${MASTERDIR}/Makefile" |