d082835ae4
No protocol changes, packaging changes only. Julien Cristau (1): Bump to 2.0.4 Paulo Cesar Pereira de Andrade (1): Janitor: Correct make distcheck and dont distribute autogen.sh Peter Hutterer (4): Remove RCS tags Move xf86dristr.h to xf86driproto.h for consistency with other modules. Remove Xfuncproto.h include. Bump to 2.1.0
24 lines
573 B
Makefile
24 lines
573 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/08/29 15:32:55 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= xf86driproto-2.1.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=proto/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= XF86DRI extension headers from modular X.org
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
PKGCONFIG_OVERRIDE+= xf86driproto.pc.in
|
|
USE_LANGUAGES= # empty
|
|
|
|
BUILDLINK_DEPMETHOD.libdrm?= build
|
|
|
|
.include "../../x11/glproto/buildlink3.mk"
|
|
.include "../../x11/libdrm/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|