pkgsrc/x11/xf86-video-ast/Makefile
wiz fb7f20b582 Update to 0.98.0:
Adam Jackson (2):
      Don't bother to include vbe.h
      Remove mibstore.h

Alan Coopersmith (1):
      Cleanup leading/trailing whitespace in source files

Thomas Klausner (1):
      Use uint32_t for a variable that's passed to a function expecting a uint32_t.

Y.C. Chen (6):
      Support 1360x768 and 1600x900 Resolutions
      Modify for DRAM Initial Settings
      Fixed S3 Resume Failed Issue
      Fixed Display Abnormal Issue with GOP Driver
      Support ShadowFB if no XAA
      Bump version to 0.98.0
2013-09-09 22:35:39 +00:00

23 lines
533 B
Makefile

# $NetBSD: Makefile,v 1.14 2013/09/09 22:35:39 wiz Exp $
DISTNAME= xf86-video-ast-0.98.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 AST2000 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"
.include "../../mk/bsd.pkg.mk"