aboutsummaryrefslogtreecommitdiff
path: root/graphics/driconf
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2005-06-15 05:42:03 +0000
committerEric Anholt <anholt@FreeBSD.org>2005-06-15 05:42:03 +0000
commitff45bb3d3bc47f305a5ec10d020862ffb53fd97c (patch)
treebe29a2c53dd18ca86bb2e82dea20b5f7739fe3ef /graphics/driconf
parent89460193db620eb08d85dbee9d4bd9e07a828863 (diff)
downloadports-ff45bb3d3bc47f305a5ec10d020862ffb53fd97c.tar.gz
ports-ff45bb3d3bc47f305a5ec10d020862ffb53fd97c.zip
Notes
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 000000000000..3e47c08064b3
--- /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 000000000000..43bebd1622e6
--- /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 000000000000..84c415ee9474
--- /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 000000000000..ec3875a75e6b
--- /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%%