diff options
author | anholt <anholt@FreeBSD.org> | 2005-06-15 13:42:03 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2005-06-15 13:42:03 +0800 |
commit | fdf31060e6e179af7729b25b4fe150a17974f1d6 (patch) | |
tree | 40585b64f1a88fe55dc45527c3467e6e58e166e1 /graphics | |
parent | e8eff8f17a4781ed5281c104cdab26c251314330 (diff) | |
download | freebsd-ports-gnome-fdf31060e6e179af7729b25b4fe150a17974f1d6.tar.gz freebsd-ports-gnome-fdf31060e6e179af7729b25b4fe150a17974f1d6.tar.zst freebsd-ports-gnome-fdf31060e6e179af7729b25b4fe150a17974f1d6.zip |
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')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/driconf/Makefile | 25 | ||||
-rw-r--r-- | graphics/driconf/distinfo | 2 | ||||
-rw-r--r-- | graphics/driconf/pkg-descr | 6 | ||||
-rw-r--r-- | graphics/driconf/pkg-plist | 11 |
5 files changed, 45 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index b2a25f7e1695..20d9436c3065 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -70,6 +70,7 @@ SUBDIR += dore SUBDIR += dri SUBDIR += dri-devel + SUBDIR += driconf SUBDIR += drm-kmod SUBDIR += duhdraw SUBDIR += dvipng 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%% |