diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-08-15 04:57:54 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-08-15 04:57:54 +0000 |
commit | d0e2283bb8fdc91b11b47517da12e807dc0497a5 (patch) | |
tree | 71c85cf4b04f1512d9e900230e9f6dcda21a811f /x11 | |
parent | fb25bdd43e06237a553aeb82e2e80328de0cc466 (diff) | |
download | ports-d0e2283bb8fdc91b11b47517da12e807dc0497a5.tar.gz ports-d0e2283bb8fdc91b11b47517da12e807dc0497a5.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/nvidia-settings/Makefile | 24 | ||||
-rw-r--r-- | x11/nvidia-settings/distinfo | 2 | ||||
-rw-r--r-- | x11/nvidia-settings/files/patch-Makefile | 11 | ||||
-rw-r--r-- | x11/nvidia-settings/pkg-descr | 9 |
5 files changed, 47 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 8d90f881190d..841637f6a759 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -130,6 +130,7 @@ SUBDIR += mxico SUBDIR += numlockx SUBDIR += nvidia-driver + SUBDIR += nvidia-settings SUBDIR += offix-clipboard SUBDIR += offix-execute SUBDIR += oooqs diff --git a/x11/nvidia-settings/Makefile b/x11/nvidia-settings/Makefile new file mode 100644 index 000000000000..9f9d4608d421 --- /dev/null +++ b/x11/nvidia-settings/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: sisctrl +# Date created: 15 Aug 2004 +# Whom: Alexander Nedotsukov <bland@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= nvidia-settings +PORTVERSION= 1.0 +CATEGORIES= x11 +MASTER_SITES= http://download.nvidia.com/XFree86/nvidia-settings/ + +MAINTAINER= bland@FreeBSD.org +COMMENT= Display Control Panel for XFree86/X.org NVidia driver + +USE_X_PREFIX= yes +USE_GNOME= gtk20 +USE_GMAKE= yes + +PLIST_FILES= bin/nvidia-settings + +MAKE_ENV= ROOT=${PREFIX} + +.include <bsd.port.mk> diff --git a/x11/nvidia-settings/distinfo b/x11/nvidia-settings/distinfo new file mode 100644 index 000000000000..2c1ad958c2e4 --- /dev/null +++ b/x11/nvidia-settings/distinfo @@ -0,0 +1,2 @@ +MD5 (nvidia-settings-1.0.tar.gz) = 6629ad630189eb3564a9c676da0a7c3d +SIZE (nvidia-settings-1.0.tar.gz) = 737817 diff --git a/x11/nvidia-settings/files/patch-Makefile b/x11/nvidia-settings/files/patch-Makefile new file mode 100644 index 000000000000..4d8e66d60aeb --- /dev/null +++ b/x11/nvidia-settings/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig Sun Aug 15 13:15:04 2004 ++++ Makefile Sun Aug 15 13:38:32 2004 +@@ -70,7 +70,7 @@ + + # default prefix + ifdef ROOT +- prefix = $(ROOT)/usr ++ prefix = $(ROOT) + else + prefix = /usr/local + endif diff --git a/x11/nvidia-settings/pkg-descr b/x11/nvidia-settings/pkg-descr new file mode 100644 index 000000000000..527841d7a9f2 --- /dev/null +++ b/x11/nvidia-settings/pkg-descr @@ -0,0 +1,9 @@ +The `nvidia-settings` utility is a tool for configuring the NVIDIA +XFree86/X.org graphics driver. It operates by communicating with the NVIDIA +X driver, querying and updating state as appropriate. This +communication is done with the NV-CONTROL X extension. + +Values such as brightness and gamma, XVideo attributes, temperature, +and OpenGL settings can be queried and configured via nvidia-settings. + +WWW: http://www.nvidia.com/object/linux.html |