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-mach64 | |
parent | 49163e25b24734bef1baa28bd9af3bceb7432828 (diff) | |
download | ports-582b1941ced516489e52000697b1892ef20f51e9.tar.gz ports-582b1941ced516489e52000697b1892ef20f51e9.zip |
Notes
Diffstat (limited to 'x11-drivers/xf86-video-mach64')
-rw-r--r-- | x11-drivers/xf86-video-mach64/Makefile | 20 | ||||
-rw-r--r-- | x11-drivers/xf86-video-mach64/distinfo | 3 | ||||
-rw-r--r-- | x11-drivers/xf86-video-mach64/pkg-descr | 4 | ||||
-rw-r--r-- | x11-drivers/xf86-video-mach64/pkg-plist | 5 |
4 files changed, 32 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-mach64/Makefile b/x11-drivers/xf86-video-mach64/Makefile new file mode 100644 index 000000000000..1275055253a4 --- /dev/null +++ b/x11-drivers/xf86-video-mach64/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: xf86-video-mach64 +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xf86-video-mach64 +PORTVERSION= 6.8.0 +CATEGORIES= x11-drivers + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org mach64 display driver + +USE_GL= gl + +XORG_CAT= driver +USE_XORG= glproto videoproto xextproto xf86driproto xf86miscproto xineramaproto + +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-mach64/distinfo b/x11-drivers/xf86-video-mach64/distinfo new file mode 100644 index 000000000000..696ec7f02acd --- /dev/null +++ b/x11-drivers/xf86-video-mach64/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-video-mach64-6.8.0.tar.bz2) = 6081b8fa50c689d51f85c2fbaf93867e +SHA256 (xorg/driver/xf86-video-mach64-6.8.0.tar.bz2) = fba616f88d351759e00a90965e38a0d82608698ae36fc2a18df4036cd384e1a1 +SIZE (xorg/driver/xf86-video-mach64-6.8.0.tar.bz2) = 477295 diff --git a/x11-drivers/xf86-video-mach64/pkg-descr b/x11-drivers/xf86-video-mach64/pkg-descr new file mode 100644 index 000000000000..5e9a1717b3e8 --- /dev/null +++ b/x11-drivers/xf86-video-mach64/pkg-descr @@ -0,0 +1,4 @@ +This package contains the X.Org xf86-video-mach64 driver. + +- Florent Thoumie +flz@FreeBSD.org diff --git a/x11-drivers/xf86-video-mach64/pkg-plist b/x11-drivers/xf86-video-mach64/pkg-plist new file mode 100644 index 000000000000..32f0985ef3f9 --- /dev/null +++ b/x11-drivers/xf86-video-mach64/pkg-plist @@ -0,0 +1,5 @@ +lib/xorg/modules/drivers/mach64_drv.la +lib/xorg/modules/drivers/mach64_drv.so +@dirrmtry lib/xorg/modules/drivers +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg |