pkgsrc/x11/xf86-video-vesa/Makefile
wiz f9f24c93e7 Update to 2.3.4:
Minor update to fix PanelID support.  The minimum xserver version is
now 1.6; if you haven't updated your xserver in the last six years, now
would be a good time.

Adam Jackson (3):
      configure: Drop PanelID test
      Don't include deprecated xf86PciInfo.h
      vesa 2.3.4

Alan Coopersmith (1):
      Raise required version of xorg-server to >= 1.6
2015-06-29 11:12:05 +00:00

25 lines
609 B
Makefile

# $NetBSD: Makefile,v 1.21 2015/06/29 11:12:05 wiz Exp $
DISTNAME= xf86-video-vesa-2.3.4
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Modular Xorg VESA video driver
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
CONFIGURE_ENV+= DRIVER_MAN_SUFFIX=4
.endif
.include "../../x11/modular-xorg-server/buildlink3.mk"
BUILDLINK_DEPMETHOD.libXext?= build
.include "../../x11/libXext/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"