2006-01-03 08:59:43 +01:00
|
|
|
# New ports collection makefile for: libdrm
|
|
|
|
# Date created: 29 Dec 2005
|
|
|
|
# Whom: lesi@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libdrm
|
2006-06-29 15:55:57 +02:00
|
|
|
PORTVERSION= 2.0.2
|
2006-01-03 12:08:03 +01:00
|
|
|
CATEGORIES= graphics x11
|
2006-01-03 08:59:43 +01:00
|
|
|
MASTER_SITES= http://dri.freedesktop.org/libdrm/
|
|
|
|
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
|
|
COMMENT= Userspace interface to kernel Direct Rendering Module services
|
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-01-03 08:59:43 +01:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
pre-patch:
|
|
|
|
${REINPLACE_CMD} 's|{libdir}/pkgconfig|{prefix}/libdata/pkgconfig|g' \
|
|
|
|
${WRKSRC}/configure
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|