pkgsrc/x11/xf86-video-sis/Makefile
wiz 144989c1a6 xf86-video-sis: update to 0.12.0.
This release is a maintenance release to support X.Org X Server 1.20.

Kevin Brace (4):
      Do not call xf86DisableRandR() for X Server 1.20
      Fix for xf86InterceptSigIll() discontinuation in X Server 1.20
      Enable SISGAMMARAMP macro on X.Org X Server
      Version bumped to 0.12.0
2019-12-04 11:22:19 +00:00

27 lines
706 B
Makefile

# $NetBSD: Makefile,v 1.28 2019/12/04 11:22:19 wiz Exp $
DISTNAME= xf86-video-sis-0.12.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Modular Xorg SiS and XGI video driver
CONFIGURE_ARGS+= --enable-dri
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
.include "../../mk/bsd.prefs.mk"
TOOL_DEPENDS+= tradcpp-[0-9]*:../../devel/tradcpp
CONFIGURE_ENV+= ac_cv_path_RAWCPP="${PREFIX}/bin/tradcpp -Uunix"
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
.include "../../x11/modular-xorg-server/buildlink3.mk"
.include "../../x11/xorgproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"