pkgsrc/x11/xf86-video-savage/Makefile
joerg 318cadd052 Change configure to check for DRI headers only, if it is not explicitly
enabled or disabled. Request DRI explicitly.
2007-08-15 18:10:01 +00:00

26 lines
735 B
Makefile

# $NetBSD: Makefile,v 1.2 2007/08/15 18:10:01 joerg Exp $
#
DISTNAME= xf86-video-savage-2.1.2
CATEGORIES= x11
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/driver/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
COMMENT= Modular Xorg S3 Savage video driver
PKG_DESTDIR_SUPPORT= user-destdir
CONFIGURE_ARGS+= --enable-dri
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../x11/modular-xorg-server/buildlink3.mk"
.include "../../x11/randrproto/buildlink3.mk"
.include "../../x11/renderproto/buildlink3.mk"
.include "../../x11/videoproto/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"