summaryrefslogtreecommitdiffstats
path: root/x11-servers/xorg-vfbserver/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-servers/xorg-vfbserver/Makefile')
-rw-r--r--x11-servers/xorg-vfbserver/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/x11-servers/xorg-vfbserver/Makefile b/x11-servers/xorg-vfbserver/Makefile
deleted file mode 100644
index 3f4bd30..0000000
--- a/x11-servers/xorg-vfbserver/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: xorg-vfbserver
-# Date created: 17 June 2004
-# Whom: anholt@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= xorg-vfbserver
-PORTREVISION= 1
-
-COMMENT= X virtual framebuffer server from X.Org
-
-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 \
- dri2proto resourceproto fontsproto xf86dgaproto videoproto \
- compositeproto trapproto recordproto resourceproto \
- xineramaproto xinerama evieproto xkbfile xfont fontenc \
- xkbui xxf86misc xxf86vm xaw7 xmu xpm xext pixman xtrans
-
-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 "${MASTERDIR}/Makefile"