diff options
author | flz <flz@FreeBSD.org> | 2007-05-20 04:36:56 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2007-05-20 04:36:56 +0800 |
commit | 87f4d471fb27b9547c1a0de221b51f4c31684157 (patch) | |
tree | dfc4d7ae0fdd043d231bab6f4e98fccbbad14665 /x11-drivers/xf86-video-nsc | |
parent | 5ae66b41b712e5f34c78308a97f7511fc0b1539e (diff) | |
download | freebsd-ports-gnome-87f4d471fb27b9547c1a0de221b51f4c31684157.tar.gz freebsd-ports-gnome-87f4d471fb27b9547c1a0de221b51f4c31684157.tar.zst freebsd-ports-gnome-87f4d471fb27b9547c1a0de221b51f4c31684157.zip |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Diffstat (limited to 'x11-drivers/xf86-video-nsc')
-rw-r--r-- | x11-drivers/xf86-video-nsc/Makefile | 19 | ||||
-rw-r--r-- | x11-drivers/xf86-video-nsc/distinfo | 3 | ||||
-rw-r--r-- | x11-drivers/xf86-video-nsc/pkg-descr | 4 | ||||
-rw-r--r-- | x11-drivers/xf86-video-nsc/pkg-plist | 5 |
4 files changed, 31 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-nsc/Makefile b/x11-drivers/xf86-video-nsc/Makefile new file mode 100644 index 000000000000..43a40a233d6c --- /dev/null +++ b/x11-drivers/xf86-video-nsc/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: xf86-video-nsc +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xf86-video-nsc +PORTVERSION= 2.8.2 +CATEGORIES= x11-drivers + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org nsc display driver + +XORG_CAT= driver +USE_XORG= videoproto xextproto xf86dgaproto +MAN4= nsc.4x + +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-nsc/distinfo b/x11-drivers/xf86-video-nsc/distinfo new file mode 100644 index 000000000000..ca2fd1878d41 --- /dev/null +++ b/x11-drivers/xf86-video-nsc/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-video-nsc-2.8.2.tar.bz2) = 1fbdd5e9b5508b032c0102f72d1e555c +SHA256 (xorg/driver/xf86-video-nsc-2.8.2.tar.bz2) = 060493a9dcad81e8912381d2a8d14a3e32a34414296a089756868f3442103c8c +SIZE (xorg/driver/xf86-video-nsc-2.8.2.tar.bz2) = 479445 diff --git a/x11-drivers/xf86-video-nsc/pkg-descr b/x11-drivers/xf86-video-nsc/pkg-descr new file mode 100644 index 000000000000..87059c5c8a23 --- /dev/null +++ b/x11-drivers/xf86-video-nsc/pkg-descr @@ -0,0 +1,4 @@ +This package contains the X.Org xf86-video-nsc driver. + +- Florent Thoumie +flz@FreeBSD.org diff --git a/x11-drivers/xf86-video-nsc/pkg-plist b/x11-drivers/xf86-video-nsc/pkg-plist new file mode 100644 index 000000000000..4db02541a7c4 --- /dev/null +++ b/x11-drivers/xf86-video-nsc/pkg-plist @@ -0,0 +1,5 @@ +lib/xorg/modules/drivers/nsc_drv.la +lib/xorg/modules/drivers/nsc_drv.so +@dirrmtry lib/xorg/modules/drivers +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg |