1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/graphics/libdrm/Makefile
Robert Noland 250cb7585a update to 2.3.1
PR:		126521
Approved by:	flz, garga (mentor)
2008-08-26 12:19:50 +00:00

25 lines
518 B
Makefile

# New ports collection makefile for: libdrm
# Date created: 29 Dec 2005
# Whom: lesi@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= libdrm
PORTVERSION= 2.3.1
CATEGORIES= graphics x11
MASTER_SITES= http://dri.freedesktop.org/libdrm/
MAINTAINER= x11@FreeBSD.org
COMMENT= Userspace interface to kernel Direct Rendering Module services
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
pre-patch:
${REINPLACE_CMD} 's|{libdir}/pkgconfig|{prefix}/libdata/pkgconfig|g' \
${WRKSRC}/configure
.include <bsd.port.mk>