diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-10-23 13:52:57 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-10-23 13:52:57 +0000 |
commit | 1d361d7347a4b80b01129cf769713bca039a0099 (patch) | |
tree | 7a5d078baf60642cb6831adcc75fc15e0ea5420b /x11-drivers/xf86-video-radeonhd | |
parent | 3464a22a4483d66858408194723cc512ef1b6cc9 (diff) | |
download | ports-1d361d7347a4b80b01129cf769713bca039a0099.tar.gz ports-1d361d7347a4b80b01129cf769713bca039a0099.zip |
Notes
Diffstat (limited to 'x11-drivers/xf86-video-radeonhd')
-rw-r--r-- | x11-drivers/xf86-video-radeonhd/Makefile | 20 | ||||
-rw-r--r-- | x11-drivers/xf86-video-radeonhd/distinfo | 3 | ||||
-rw-r--r-- | x11-drivers/xf86-video-radeonhd/pkg-descr | 1 | ||||
-rw-r--r-- | x11-drivers/xf86-video-radeonhd/pkg-plist | 5 |
4 files changed, 29 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-radeonhd/Makefile b/x11-drivers/xf86-video-radeonhd/Makefile new file mode 100644 index 000000000000..d689e62b4498 --- /dev/null +++ b/x11-drivers/xf86-video-radeonhd/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: xf86-video-radeonhd +# Date Created: 20 Oct 2007 +# Whom: Rene Ladan <r.c.ladan@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= xf86-video-radeonhd +PORTVERSION= 0.0.2 +CATEGORIES= x11-drivers +# temporarily override MASTER_SITES until the driver is officialy released by X.org +MASTER_SITES= http://home.tiscali.nl/rladan/distfiles/ + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org ati RadeonHD display driver + +XORG_CAT= driver +USE_XORG= videoproto xextproto + +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-radeonhd/distinfo b/x11-drivers/xf86-video-radeonhd/distinfo new file mode 100644 index 000000000000..5f3c5d821d3e --- /dev/null +++ b/x11-drivers/xf86-video-radeonhd/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-video-radeonhd-0.0.2.tar.bz2) = a3566675e5fa9331d9bd46d43f0bbeb7 +SHA256 (xorg/driver/xf86-video-radeonhd-0.0.2.tar.bz2) = 0a33a486c735f9a627a34980d4fd17324c90f9a02fb9beb7b532b5109c5d2606 +SIZE (xorg/driver/xf86-video-radeonhd-0.0.2.tar.bz2) = 373119 diff --git a/x11-drivers/xf86-video-radeonhd/pkg-descr b/x11-drivers/xf86-video-radeonhd/pkg-descr new file mode 100644 index 000000000000..40d1aa910b51 --- /dev/null +++ b/x11-drivers/xf86-video-radeonhd/pkg-descr @@ -0,0 +1 @@ +This package contains the X.Org xf86-video-radeonhd driver. diff --git a/x11-drivers/xf86-video-radeonhd/pkg-plist b/x11-drivers/xf86-video-radeonhd/pkg-plist new file mode 100644 index 000000000000..d28cfc8ccc03 --- /dev/null +++ b/x11-drivers/xf86-video-radeonhd/pkg-plist @@ -0,0 +1,5 @@ +lib/xorg/modules/drivers/radeonhd_drv.la +lib/xorg/modules/drivers/radeonhd_drv.so +@dirrmtry lib/xorg/modules/drivers +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg |