1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/graphics/driconf/Makefile
Sergey Matveychuk b4d2ac42d7 - Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.

While I'm here:
- Remove USE_MESA knob where it was (35 ports).
  It marked as depricated for 2 years.

PR:		ports/90247
Submitted by:	Ermal Lu?i <eri--@albabsd.org>
2006-01-12 12:54:32 +00:00

32 lines
738 B
Makefile

# New ports collection makefile for: driconf
# Date created: 1 Apr, 2005
# Whom: anholt@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= driconf
PORTVERSION= 0.2.6
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://dri.freedesktop.org/~fxkuehl/driconf/
MAINTAINER= anholt@FreeBSD.org
COMMENT= Configuration program for DRI drivers
LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2
USE_PYTHON= yes
NO_BUILD= yes
USE_REINPLACE= yes
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>