summaryrefslogtreecommitdiffstats
path: root/x11-drivers/xf86-video-chips/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2011-07-22 02:51:25 +0800
committerkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2011-07-22 02:51:25 +0800
commit24133a98676f91dab5e68238257432d9658cf6ab (patch)
treef1d790924902a6c3d3f5d80d5ff00e957dcfd226 /x11-drivers/xf86-video-chips/Makefile
parent9d1e7b9029974fb42101dbdba5c2d66ae873c590 (diff)
downloadxorg-devel-ports-24133a98676f91dab5e68238257432d9658cf6ab.tar
xorg-devel-ports-24133a98676f91dab5e68238257432d9658cf6ab.tar.gz
xorg-devel-ports-24133a98676f91dab5e68238257432d9658cf6ab.tar.bz2
xorg-devel-ports-24133a98676f91dab5e68238257432d9658cf6ab.tar.lz
xorg-devel-ports-24133a98676f91dab5e68238257432d9658cf6ab.tar.xz
xorg-devel-ports-24133a98676f91dab5e68238257432d9658cf6ab.tar.zst
xorg-devel-ports-24133a98676f91dab5e68238257432d9658cf6ab.zip
Update to 1.2.4.
git-svn-id: https://trillian.chruetertee.ch/svn/ports/branches/xorg-dev@282 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'x11-drivers/xf86-video-chips/Makefile')
-rw-r--r--x11-drivers/xf86-video-chips/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-chips/Makefile b/x11-drivers/xf86-video-chips/Makefile
new file mode 100644
index 0000000..fb84fe2
--- /dev/null
+++ b/x11-drivers/xf86-video-chips/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: xf86-video-chips
+# Date Created: 17 Feb 2006
+# Whom: Florent Thoumie <flz@FreeBSD.org>
+#
+# $FreeBSD: ports/x11-drivers/xf86-video-chips/Makefile,v 1.10 2011/02/25 16:52:32 miwi Exp $
+#
+
+PORTNAME= xf86-video-chips
+PORTVERSION= 1.2.4
+CATEGORIES= x11-drivers
+
+MAINTAINER= x11@FreeBSD.org
+COMMENT= X.Org chips display driver
+
+XORG_CAT= driver
+USE_XORG= videoproto xextproto
+MAN4= chips.4x
+
+.include <bsd.port.mk>