summaryrefslogtreecommitdiffstats
path: root/graphics/driconf
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2005-06-15 05:42:03 +0000
committeranholt <anholt@FreeBSD.org>2005-06-15 05:42:03 +0000
commitfdf31060e6e179af7729b25b4fe150a17974f1d6 (patch)
tree40585b64f1a88fe55dc45527c3467e6e58e166e1 /graphics/driconf
parente8eff8f17a4781ed5281c104cdab26c251314330 (diff)
downloadFreeBSD-ports-fdf31060e6e179af7729b25b4fe150a17974f1d6.zip
FreeBSD-ports-fdf31060e6e179af7729b25b4fe150a17974f1d6.tar.gz
New port: driconf
driconf is an application for configuring DRI drivers at a system or user level, with choices applicable to all or to specific applications. Options are advertised to driconf by the DRI drivers. Assistance by: lesi
Diffstat (limited to 'graphics/driconf')
-rw-r--r--graphics/driconf/Makefile25
-rw-r--r--graphics/driconf/distinfo2
-rw-r--r--graphics/driconf/pkg-descr6
-rw-r--r--graphics/driconf/pkg-plist11
4 files changed, 44 insertions, 0 deletions
diff --git a/graphics/driconf/Makefile b/graphics/driconf/Makefile
new file mode 100644
index 0000000..3e47c08
--- /dev/null
+++ b/graphics/driconf/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: driconf
+# Date created: 1 Apr, 2005
+# Whom: anholt@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= driconf
+PORTVERSION= 0.2.6
+CATEGORIES= graphics
+MASTER_SITES= http://dri.freedesktop.org/~fxkuehl/driconf/
+
+MAINTAINER= anholt@FreeBSD.org
+COMMENT= Configuration program for DRI drivers
+
+LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/libglut
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2
+
+USE_PYTHON= yes
+NO_BUILD= yes
+
+do-install:
+ @(cd ${WRKSRC} && ${PYTHON_CMD} setup.py install)
+
+.include <bsd.port.mk>
diff --git a/graphics/driconf/distinfo b/graphics/driconf/distinfo
new file mode 100644
index 0000000..43bebd1
--- /dev/null
+++ b/graphics/driconf/distinfo
@@ -0,0 +1,2 @@
+MD5 (driconf-0.2.6.tar.gz) = 92058855dbf48442d3e3b86f153b40cb
+SIZE (driconf-0.2.6.tar.gz) = 80749
diff --git a/graphics/driconf/pkg-descr b/graphics/driconf/pkg-descr
new file mode 100644
index 0000000..84c415e
--- /dev/null
+++ b/graphics/driconf/pkg-descr
@@ -0,0 +1,6 @@
+driconf is an application for configuring DRI drivers at a system or user level,
+with choices applicable to all or to specific applications. Options are
+advertised to driconf by the DRI drivers.
+
+WWW: http://dri.freedesktop.org/wiki/DriConf
+-- Eric Anholt <anholt@FreeBSD.org>
diff --git a/graphics/driconf/pkg-plist b/graphics/driconf/pkg-plist
new file mode 100644
index 0000000..ec3875a
--- /dev/null
+++ b/graphics/driconf/pkg-plist
@@ -0,0 +1,11 @@
+bin/driconf
+%%PYTHON_SITELIBDIR%%/dri.py
+%%PYTHON_SITELIBDIR%%/driconf.py
+%%PYTHON_SITELIBDIR%%/driconf.pyc
+share/locale/de/LC_MESSAGES/driconf.mo
+share/locale/es/LC_MESSAGES/driconf.mo
+%%DATADIR%%/card.png
+%%DATADIR%%/screen.png
+%%DATADIR%%/screencard.png
+%%DATADIR%%/drilogo.jpg
+@dirrm %%DATADIR%%
OpenPOWER on IntegriCloud