summaryrefslogtreecommitdiffstats
path: root/x11-drivers/xf86-video-dummy/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-01-06 22:55:51 +0800
committerkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-01-06 22:55:51 +0800
commitf88476e24c2e5833cb0852a12f655eb704258407 (patch)
tree1aa065a18deeae62dbea724db02ad58580f33ecd /x11-drivers/xf86-video-dummy/Makefile
parent021d3cf26b462240b8018c6110e43f950484d57f (diff)
downloadxorg-devel-ports-f88476e24c2e5833cb0852a12f655eb704258407.tar
xorg-devel-ports-f88476e24c2e5833cb0852a12f655eb704258407.tar.gz
xorg-devel-ports-f88476e24c2e5833cb0852a12f655eb704258407.tar.bz2
xorg-devel-ports-f88476e24c2e5833cb0852a12f655eb704258407.tar.lz
xorg-devel-ports-f88476e24c2e5833cb0852a12f655eb704258407.tar.xz
xorg-devel-ports-f88476e24c2e5833cb0852a12f655eb704258407.tar.zst
xorg-devel-ports-f88476e24c2e5833cb0852a12f655eb704258407.zip
Update to 0.3.5.
git-svn-id: https://trillian.chruetertee.ch/svn/ports/branches/xorg-dev@344 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'x11-drivers/xf86-video-dummy/Makefile')
-rw-r--r--x11-drivers/xf86-video-dummy/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-dummy/Makefile b/x11-drivers/xf86-video-dummy/Makefile
new file mode 100644
index 0000000..c35b986
--- /dev/null
+++ b/x11-drivers/xf86-video-dummy/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: xf86-video-dummy
+# Date Created: 17 Feb 2006
+# Whom: Florent Thoumie <flz@FreeBSD.org>
+#
+# $FreeBSD: ports/x11-drivers/xf86-video-dummy/Makefile,v 1.12 2011/11/09 15:25:57 miwi Exp $
+#
+
+PORTNAME= xf86-video-dummy
+PORTVERSION= 0.3.5
+CATEGORIES= x11-drivers
+
+MAINTAINER= x11@FreeBSD.org
+COMMENT= X.Org dummy display driver
+
+XORG_CAT= driver
+USE_XORG= videoproto xf86dgaproto
+
+.include <bsd.port.mk>