1a2622a1c5
PR: 233009 Approved by: bdrewery
26 lines
631 B
Makefile
26 lines
631 B
Makefile
# Created by: anholt@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= driconf
|
|
PORTVERSION= 0.9.1
|
|
PORTREVISION= 12
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= DEBIAN
|
|
DISTFILES= ${PORTNAME}_${PORTVERSION}.orig.tar.gz
|
|
|
|
MAINTAINER= lichray@gmail.com
|
|
COMMENT= Configuration program for DRI drivers
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:x11-toolkits/py-gtk2 \
|
|
xdriinfo:x11/xdriinfo
|
|
|
|
USE_GL= glut
|
|
USE_PYTHON= distutils
|
|
NO_BUILD= yes
|
|
USES= gettext python:2.7
|
|
PYDISTUTILS_EGGINFODIR= ${STAGEDIR}${PREFIX}/lib/driconf
|
|
|
|
pre-patch:
|
|
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/driconf* ${WRKSRC}/setup.*
|
|
|
|
.include <bsd.port.mk>
|