mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
340b57f8be
- Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG).
34 lines
761 B
Makefile
34 lines
761 B
Makefile
# New ports collection makefile for: driconf
|
|
# Date created: 1 Apr, 2005
|
|
# Whom: anholt@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= driconf
|
|
PORTVERSION= 0.9.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://people.freedesktop.org/~fxkuehl/driconf/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Configuration program for DRI drivers
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2
|
|
|
|
USE_GL= glut
|
|
USE_PYTHON= yes
|
|
NO_BUILD= yes
|
|
USE_GETTEXT= yes
|
|
INSTALLS_EGGINFO= yes
|
|
PYDISTUTILS_EGGINFODIR= lib/driconf
|
|
|
|
pre-patch:
|
|
@${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} \
|
|
-e 's|/usr/local|${PREFIX}|'
|
|
|
|
do-install:
|
|
@(cd ${WRKSRC} && ${PYTHON_CMD} setup.py install)
|
|
|
|
.include <bsd.port.mk>
|