From 4bc11b4298a3922e740cbeb2bd7395645012fe7e Mon Sep 17 00:00:00 2001 From: stas Date: Thu, 15 Apr 2010 06:05:30 +0000 Subject: - Add port for xf86-video-rdc, X.Org driver for RDC Semiconductors video chip. WWW: http://www.rdc.com.tw/en/ --- x11-drivers/xf86-video-rdc/Makefile | 25 +++++++++++++++++++++++++ x11-drivers/xf86-video-rdc/distinfo | 3 +++ x11-drivers/xf86-video-rdc/pkg-descr | 3 +++ x11-drivers/xf86-video-rdc/pkg-plist | 4 ++++ 4 files changed, 35 insertions(+) create mode 100644 x11-drivers/xf86-video-rdc/Makefile create mode 100644 x11-drivers/xf86-video-rdc/distinfo create mode 100644 x11-drivers/xf86-video-rdc/pkg-descr create mode 100644 x11-drivers/xf86-video-rdc/pkg-plist (limited to 'x11-drivers/xf86-video-rdc') diff --git a/x11-drivers/xf86-video-rdc/Makefile b/x11-drivers/xf86-video-rdc/Makefile new file mode 100644 index 000000000000..28c69df4a0d8 --- /dev/null +++ b/x11-drivers/xf86-video-rdc/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: xf86-video-rdc +# Date created: 14 April 2010 +# Whom: stas +# +# $FreeBSD$ +# + +PORTNAME= xf86-video-rdc +MASTER_SITES= http://www.SpringDaemons.com/stas/ +PORTVERSION= 0.5 +CATEGORIES= x11-drivers + +MAINTAINER= stas@FreeBSD.org +COMMENT= X.Org RDC display driver + +#USE_GL= gl +XORG_CAT= driver +USE_XORG= xvmc xf86driproto xextproto x11 glproto + +do-install: + ${MKDIR} ${PREFIX}/lib/xorg/modules/drivers + ${INSTALL_PROGRAM} ${WRKSRC}/src/.libs/rdc_drv.so \ + ${PREFIX}/lib/xorg/modules/drivers/rdc_drv.so + +.include diff --git a/x11-drivers/xf86-video-rdc/distinfo b/x11-drivers/xf86-video-rdc/distinfo new file mode 100644 index 000000000000..7f93949dcead --- /dev/null +++ b/x11-drivers/xf86-video-rdc/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-video-rdc-0.5.tar.bz2) = 1a0a9dbdd54fb3ab3e81f35193b1c23c +SHA256 (xorg/driver/xf86-video-rdc-0.5.tar.bz2) = 513d990a2ee69a6c85fc855e4b71b024fdd6b0b9bedbd8332fab6c94c0a22eef +SIZE (xorg/driver/xf86-video-rdc-0.5.tar.bz2) = 279659 diff --git a/x11-drivers/xf86-video-rdc/pkg-descr b/x11-drivers/xf86-video-rdc/pkg-descr new file mode 100644 index 000000000000..25f612342b80 --- /dev/null +++ b/x11-drivers/xf86-video-rdc/pkg-descr @@ -0,0 +1,3 @@ +This package contains the X.Org driver for RDC Semiconductors video chip. + +WWW: http://www.rdc.com.tw/en/ diff --git a/x11-drivers/xf86-video-rdc/pkg-plist b/x11-drivers/xf86-video-rdc/pkg-plist new file mode 100644 index 000000000000..5bb95aad78b9 --- /dev/null +++ b/x11-drivers/xf86-video-rdc/pkg-plist @@ -0,0 +1,4 @@ +lib/xorg/modules/drivers/rdc_drv.so +@dirrmtry lib/xorg/modules/drivers +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg -- cgit