diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
commit | d4f0d0048a8755106a4b0445221a19761e746984 (patch) | |
tree | c87184c5bfeaf942c827c5f706186ce9786a2588 /x11-drivers/xf86-video-chips | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) | |
download | ports-d4f0d0048a8755106a4b0445221a19761e746984.tar.gz ports-d4f0d0048a8755106a4b0445221a19761e746984.zip |
Notes
Diffstat (limited to 'x11-drivers/xf86-video-chips')
-rw-r--r-- | x11-drivers/xf86-video-chips/Makefile | 19 | ||||
-rw-r--r-- | x11-drivers/xf86-video-chips/distinfo | 3 | ||||
-rw-r--r-- | x11-drivers/xf86-video-chips/pkg-descr | 4 | ||||
-rw-r--r-- | x11-drivers/xf86-video-chips/pkg-plist | 5 |
4 files changed, 31 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-chips/Makefile b/x11-drivers/xf86-video-chips/Makefile new file mode 100644 index 000000000000..8de94022099c --- /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$ +# + +PORTNAME= xf86-video-chips +PORTVERSION= 1.1.1 +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> diff --git a/x11-drivers/xf86-video-chips/distinfo b/x11-drivers/xf86-video-chips/distinfo new file mode 100644 index 000000000000..cd1bd89ac0fd --- /dev/null +++ b/x11-drivers/xf86-video-chips/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-video-chips-1.1.1.tar.bz2) = 3182d43439ca4cbf08ff9aa76990bba3 +SHA256 (xorg/driver/xf86-video-chips-1.1.1.tar.bz2) = 16a81cdb6b311176936c3326d279c0d75530adbcf9a3489eea55992ac5bc7494 +SIZE (xorg/driver/xf86-video-chips-1.1.1.tar.bz2) = 324093 diff --git a/x11-drivers/xf86-video-chips/pkg-descr b/x11-drivers/xf86-video-chips/pkg-descr new file mode 100644 index 000000000000..9983550b36ad --- /dev/null +++ b/x11-drivers/xf86-video-chips/pkg-descr @@ -0,0 +1,4 @@ +This package contains the X.Org xf86-video-chips driver. + +- Florent Thoumie +flz@FreeBSD.org diff --git a/x11-drivers/xf86-video-chips/pkg-plist b/x11-drivers/xf86-video-chips/pkg-plist new file mode 100644 index 000000000000..437be4ca72ac --- /dev/null +++ b/x11-drivers/xf86-video-chips/pkg-plist @@ -0,0 +1,5 @@ +lib/xorg/modules/drivers/chips_drv.la +lib/xorg/modules/drivers/chips_drv.so +@dirrmtry lib/xorg/modules/drivers +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg |