freebsd-ports/graphics/driconf/Makefile
Conrad Meyer 1a2622a1c5 graphics/driconf: Fix missing run-depend on xdriinfo
PR:		233009
Approved by:	bdrewery
2018-11-07 01:08:38 +00:00

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>