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-via | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) | |
download | ports-d4f0d0048a8755106a4b0445221a19761e746984.tar.gz ports-d4f0d0048a8755106a4b0445221a19761e746984.zip |
Notes
Diffstat (limited to 'x11-drivers/xf86-video-via')
-rw-r--r-- | x11-drivers/xf86-video-via/Makefile | 22 | ||||
-rw-r--r-- | x11-drivers/xf86-video-via/distinfo | 3 | ||||
-rw-r--r-- | x11-drivers/xf86-video-via/pkg-descr | 4 | ||||
-rw-r--r-- | x11-drivers/xf86-video-via/pkg-plist | 11 |
4 files changed, 40 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-via/Makefile b/x11-drivers/xf86-video-via/Makefile new file mode 100644 index 000000000000..d45f1b5cc290 --- /dev/null +++ b/x11-drivers/xf86-video-via/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: xf86-video-via +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xf86-video-via +PORTVERSION= 0.2.2 +PORTREVISION= 1 +CATEGORIES= x11-drivers + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org via display driver + +USE_GL= gl + +XORG_CAT= driver +USE_XORG= xvmc xf86driproto xextproto x11 glproto +MAN4= via.4x + +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-via/distinfo b/x11-drivers/xf86-video-via/distinfo new file mode 100644 index 000000000000..b05a46c1fdbc --- /dev/null +++ b/x11-drivers/xf86-video-via/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-video-via-0.2.2.tar.bz2) = d5fe25d3cfa0a64cc77681f15f9c3159 +SHA256 (xorg/driver/xf86-video-via-0.2.2.tar.bz2) = 5026bdaf644178fee66a26190453b0dddb99558b8c97c4a592a482a2434dc862 +SIZE (xorg/driver/xf86-video-via-0.2.2.tar.bz2) = 397641 diff --git a/x11-drivers/xf86-video-via/pkg-descr b/x11-drivers/xf86-video-via/pkg-descr new file mode 100644 index 000000000000..f8c4810d09da --- /dev/null +++ b/x11-drivers/xf86-video-via/pkg-descr @@ -0,0 +1,4 @@ +This package contains the X.Org xf86-video-via driver. + +- Florent Thoumie +flz@FreeBSD.org diff --git a/x11-drivers/xf86-video-via/pkg-plist b/x11-drivers/xf86-video-via/pkg-plist new file mode 100644 index 000000000000..06c919d0743b --- /dev/null +++ b/x11-drivers/xf86-video-via/pkg-plist @@ -0,0 +1,11 @@ +lib/libviaXvMC.la +lib/libviaXvMC.so +lib/libviaXvMC.so.1 +lib/libviaXvMCPro.la +lib/libviaXvMCPro.so +lib/libviaXvMCPro.so.1 +lib/xorg/modules/drivers/via_drv.la +lib/xorg/modules/drivers/via_drv.so +@dirrmtry lib/xorg/modules/drivers +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg |