|
Lines 5-14
Link Here
|
| 5 |
# $FreeBSD: ports/graphics/libdrm/Makefile,v 1.12 2009/01/24 17:23:47 rnoland Exp $ |
5 |
# $FreeBSD: ports/graphics/libdrm/Makefile,v 1.12 2009/01/24 17:23:47 rnoland Exp $ |
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= libdrm |
8 |
PORTNAME= libdrm-devel |
| 9 |
PORTVERSION= 2.4.4 |
9 |
PORTVERSION= 2.4.4.git.eb78c5 |
| 10 |
CATEGORIES= graphics x11 |
10 |
CATEGORIES= graphics x11 |
| 11 |
MASTER_SITES= http://dri.freedesktop.org/libdrm/ |
11 |
MASTER_SITES= ftp://ftp.lissyara.su/users/Guest/distfiles/ |
| 12 |
|
12 |
|
| 13 |
MAINTAINER= x11@FreeBSD.org |
13 |
MAINTAINER= x11@FreeBSD.org |
| 14 |
COMMENT= Userspace interface to kernel Direct Rendering Module services |
14 |
COMMENT= Userspace interface to kernel Direct Rendering Module services |
|
Lines 16-21
COMMENT= Userspace interface to kernel D
Link Here
|
| 16 |
BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:${PORTSDIR}/devel/libpthread-stubs |
16 |
BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:${PORTSDIR}/devel/libpthread-stubs |
| 17 |
RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:${PORTSDIR}/devel/libpthread-stubs |
17 |
RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:${PORTSDIR}/devel/libpthread-stubs |
| 18 |
|
18 |
|
|
|
19 |
CONFLICTS= libdrm-[0-9]* |
| 20 |
|
| 19 |
USE_BZIP2= yes |
21 |
USE_BZIP2= yes |
| 20 |
GNU_CONFIGURE= yes |
22 |
GNU_CONFIGURE= yes |
| 21 |
USE_LDCONFIG= yes |
23 |
USE_LDCONFIG= yes |