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-newport | |
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-newport')
-rw-r--r-- | x11-drivers/xf86-video-newport/Makefile | 24 | ||||
-rw-r--r-- | x11-drivers/xf86-video-newport/distinfo | 3 | ||||
-rw-r--r-- | x11-drivers/xf86-video-newport/pkg-descr | 4 | ||||
-rw-r--r-- | x11-drivers/xf86-video-newport/pkg-plist | 5 |
4 files changed, 36 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-newport/Makefile b/x11-drivers/xf86-video-newport/Makefile new file mode 100644 index 000000000000..71d9006f9326 --- /dev/null +++ b/x11-drivers/xf86-video-newport/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: xf86-video-newport +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xf86-video-newport +PORTVERSION= 0.2.1 +CATEGORIES= x11-drivers + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org newport display driver + +XORG_CAT= driver +USE_XORG= videoproto +MAN4= newport.4x + +post-patch: + ${REINPLACE_CMD} -e 's|values.h|sys/limits.h|' \ + -e 's|MAXSHORT|SHRT_MAX|g' \ + ${WRKSRC}/src/newport_accel.c + +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-newport/distinfo b/x11-drivers/xf86-video-newport/distinfo new file mode 100644 index 000000000000..76c0473d19ce --- /dev/null +++ b/x11-drivers/xf86-video-newport/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-video-newport-0.2.1.tar.bz2) = 2bd8e5b9ea68e0dcd80dfcaca0eff82c +SHA256 (xorg/driver/xf86-video-newport-0.2.1.tar.bz2) = 66ac855452690ef896400577806dc1dd86318940f8a62ce20039037318b1ce08 +SIZE (xorg/driver/xf86-video-newport-0.2.1.tar.bz2) = 257576 diff --git a/x11-drivers/xf86-video-newport/pkg-descr b/x11-drivers/xf86-video-newport/pkg-descr new file mode 100644 index 000000000000..f04af1ef2092 --- /dev/null +++ b/x11-drivers/xf86-video-newport/pkg-descr @@ -0,0 +1,4 @@ +This package contains the X.Org xf86-video-newport driver. + +- Florent Thoumie +flz@FreeBSD.org diff --git a/x11-drivers/xf86-video-newport/pkg-plist b/x11-drivers/xf86-video-newport/pkg-plist new file mode 100644 index 000000000000..2100eb2b282f --- /dev/null +++ b/x11-drivers/xf86-video-newport/pkg-plist @@ -0,0 +1,5 @@ +lib/xorg/modules/drivers/newport_drv.la +lib/xorg/modules/drivers/newport_drv.so +@dirrmtry lib/xorg/modules/drivers +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg |