diff options
author | miwi <miwi@FreeBSD.org> | 2007-10-23 21:52:57 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-10-23 21:52:57 +0800 |
commit | 27367e4f1ffe644faad5c1bf14b6f6c8cb54c864 (patch) | |
tree | 4705338fdc409c942c00fcbdd7fb4b8dc661e9fb /x11-drivers/xf86-video-radeonhd-devel/Makefile | |
parent | 6badbebd945ecfa5da6a7a17f2a60d1f64fcd148 (diff) | |
download | freebsd-ports-gnome-27367e4f1ffe644faad5c1bf14b6f6c8cb54c864.tar.gz freebsd-ports-gnome-27367e4f1ffe644faad5c1bf14b6f6c8cb54c864.tar.zst freebsd-ports-gnome-27367e4f1ffe644faad5c1bf14b6f6c8cb54c864.zip |
This package contains the X.Org xf86-video-radeonhd driver.
PR: ports/117356
Submitted by: Rene Ladan <r.c.ladan at gmail.com>
Diffstat (limited to 'x11-drivers/xf86-video-radeonhd-devel/Makefile')
-rw-r--r-- | x11-drivers/xf86-video-radeonhd-devel/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-radeonhd-devel/Makefile b/x11-drivers/xf86-video-radeonhd-devel/Makefile new file mode 100644 index 000000000000..d689e62b4498 --- /dev/null +++ b/x11-drivers/xf86-video-radeonhd-devel/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> |