freebsd-ports/graphics/driconf/Makefile
Eric Anholt ff45bb3d3b 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
2005-06-15 05:42:03 +00:00

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>