diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2008-06-27 23:26:43 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2008-06-27 23:26:43 +0000 |
commit | 582b1941ced516489e52000697b1892ef20f51e9 (patch) | |
tree | d892f41c243eba7fc8f1b444c55a93527b54228b /x11-drivers/xf86-video-r128 | |
parent | 49163e25b24734bef1baa28bd9af3bceb7432828 (diff) | |
download | ports-582b1941ced516489e52000697b1892ef20f51e9.tar.gz ports-582b1941ced516489e52000697b1892ef20f51e9.zip |
Notes
Diffstat (limited to 'x11-drivers/xf86-video-r128')
-rw-r--r-- | x11-drivers/xf86-video-r128/Makefile | 21 | ||||
-rw-r--r-- | x11-drivers/xf86-video-r128/distinfo | 3 | ||||
-rw-r--r-- | x11-drivers/xf86-video-r128/pkg-descr | 4 | ||||
-rw-r--r-- | x11-drivers/xf86-video-r128/pkg-plist | 5 |
4 files changed, 33 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-r128/Makefile b/x11-drivers/xf86-video-r128/Makefile new file mode 100644 index 000000000000..12b9d2cd5608 --- /dev/null +++ b/x11-drivers/xf86-video-r128/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xf86-video-r128 +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xf86-video-r128 +PORTVERSION= 6.8.0 +CATEGORIES= x11-drivers + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org r128 display driver + +USE_GL= gl + +XORG_CAT= driver +USE_XORG= glproto videoproto xextproto xf86driproto xf86miscproto xineramaproto +MAN4= r128.4x + +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-r128/distinfo b/x11-drivers/xf86-video-r128/distinfo new file mode 100644 index 000000000000..b94c1aeb03b8 --- /dev/null +++ b/x11-drivers/xf86-video-r128/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-video-r128-6.8.0.tar.bz2) = 007bec0c6b07d9d3aeca4da18e561efb +SHA256 (xorg/driver/xf86-video-r128-6.8.0.tar.bz2) = 5689ca714fee9c9272bee12883b07a0ef2c40358ffb19fa684e963027b56567b +SIZE (xorg/driver/xf86-video-r128-6.8.0.tar.bz2) = 409166 diff --git a/x11-drivers/xf86-video-r128/pkg-descr b/x11-drivers/xf86-video-r128/pkg-descr new file mode 100644 index 000000000000..4c7c5e44140c --- /dev/null +++ b/x11-drivers/xf86-video-r128/pkg-descr @@ -0,0 +1,4 @@ +This package contains the X.Org xf86-video-r128 driver. + +- Florent Thoumie +flz@FreeBSD.org diff --git a/x11-drivers/xf86-video-r128/pkg-plist b/x11-drivers/xf86-video-r128/pkg-plist new file mode 100644 index 000000000000..e599abdfe830 --- /dev/null +++ b/x11-drivers/xf86-video-r128/pkg-plist @@ -0,0 +1,5 @@ +lib/xorg/modules/drivers/r128_drv.la +lib/xorg/modules/drivers/r128_drv.so +@dirrmtry lib/xorg/modules/drivers +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg |