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
25 lines
602 B
Makefile
25 lines
602 B
Makefile
# 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>
|