freebsd-ports/graphics/libdrm/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

23 lines
503 B
Makefile

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