mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
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
This commit is contained in:
parent
89460193db
commit
ff45bb3d3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137473
@ -70,6 +70,7 @@
|
||||
SUBDIR += dore
|
||||
SUBDIR += dri
|
||||
SUBDIR += dri-devel
|
||||
SUBDIR += driconf
|
||||
SUBDIR += drm-kmod
|
||||
SUBDIR += duhdraw
|
||||
SUBDIR += dvipng
|
||||
|
25
graphics/driconf/Makefile
Normal file
25
graphics/driconf/Makefile
Normal file
@ -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>
|
2
graphics/driconf/distinfo
Normal file
2
graphics/driconf/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (driconf-0.2.6.tar.gz) = 92058855dbf48442d3e3b86f153b40cb
|
||||
SIZE (driconf-0.2.6.tar.gz) = 80749
|
6
graphics/driconf/pkg-descr
Normal file
6
graphics/driconf/pkg-descr
Normal file
@ -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>
|
11
graphics/driconf/pkg-plist
Normal file
11
graphics/driconf/pkg-plist
Normal file
@ -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%%
|
Loading…
Reference in New Issue
Block a user