diff options
author | miwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2011-02-25 23:08:14 +0800 |
---|---|---|
committer | miwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2011-02-25 23:08:14 +0800 |
commit | 8fcf873b93593e82bf5c363e020e8c0fc21c4105 (patch) | |
tree | 1ee7c66ec0aa3896b3d619ccdb99c02c58f098f1 | |
parent | 867b09b6697c4dd0cfa049a582faf2e3382ad384 (diff) | |
download | xorg-devel-ports-8fcf873b93593e82bf5c363e020e8c0fc21c4105.tar.gz xorg-devel-ports-8fcf873b93593e82bf5c363e020e8c0fc21c4105.tar.zst xorg-devel-ports-8fcf873b93593e82bf5c363e020e8c0fc21c4105.zip |
- Add ati 6-131
git-svn-id: https://trillian.chruetertee.ch/svn/ports/branches/xorg-dev@230 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r-- | x11-drivers/xf86-video-ati613/Makefile | 27 | ||||
-rw-r--r-- | x11-drivers/xf86-video-ati613/distinfo | 3 | ||||
-rw-r--r-- | x11-drivers/xf86-video-ati613/pkg-descr | 4 | ||||
-rw-r--r-- | x11-drivers/xf86-video-ati613/pkg-plist | 14 |
4 files changed, 48 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-ati613/Makefile b/x11-drivers/xf86-video-ati613/Makefile new file mode 100644 index 0000000..ac0e01b --- /dev/null +++ b/x11-drivers/xf86-video-ati613/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: xf86-video-ati +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD: ports/x11-drivers/xf86-video-ati613/Makefile,v 1.23 2010/12/27 19:55:37 pgollucci Exp $ +# + +PORTNAME= xf86-video-ati +PORTVERSION= 6.13.2 +CATEGORIES= x11-drivers + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org ati display driver + +USE_GL= gl + +XORG_CAT= driver +USE_XORG= xf86driproto xineramaproto videoproto xf86miscproto xextproto glproto +MAN4= ati.4x radeon.4x + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 700000 +USE_GCC= 4.2+ +.endif + +.include <bsd.port.post.mk> diff --git a/x11-drivers/xf86-video-ati613/distinfo b/x11-drivers/xf86-video-ati613/distinfo new file mode 100644 index 0000000..e9633aa --- /dev/null +++ b/x11-drivers/xf86-video-ati613/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-video-ati-6.13.2.tar.bz2) = a8f92fe3c458e511f4e2ead7f92c02b0 +SHA256 (xorg/driver/xf86-video-ati-6.13.2.tar.bz2) = d85f60081e5b71bf19da4ca48bce95a9e9df3635c8540dd2640785bedfbc36ee +SIZE (xorg/driver/xf86-video-ati-6.13.2.tar.bz2) = 985673 diff --git a/x11-drivers/xf86-video-ati613/pkg-descr b/x11-drivers/xf86-video-ati613/pkg-descr new file mode 100644 index 0000000..16d7100 --- /dev/null +++ b/x11-drivers/xf86-video-ati613/pkg-descr @@ -0,0 +1,4 @@ +This package contains the X.Org xf86-video-ati driver. + +- Florent Thoumie +flz@FreeBSD.org diff --git a/x11-drivers/xf86-video-ati613/pkg-plist b/x11-drivers/xf86-video-ati613/pkg-plist new file mode 100644 index 0000000..52b1421 --- /dev/null +++ b/x11-drivers/xf86-video-ati613/pkg-plist @@ -0,0 +1,14 @@ +lib/xorg/modules/drivers/ati_drv.la +lib/xorg/modules/drivers/ati_drv.so +lib/xorg/modules/drivers/radeon_drv.la +lib/xorg/modules/drivers/radeon_drv.so +lib/xorg/modules/multimedia/theatre200_drv.la +lib/xorg/modules/multimedia/theatre200_drv.so +lib/xorg/modules/multimedia/theatre_detect_drv.la +lib/xorg/modules/multimedia/theatre_detect_drv.so +lib/xorg/modules/multimedia/theatre_drv.la +lib/xorg/modules/multimedia/theatre_drv.so +@dirrmtry lib/xorg/modules/drivers +@dirrmtry lib/xorg/modules/multimedia +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg |