pkgsrc/x11/xf86-video-neomagic/Makefile
wiz 1535a57c85 Update to 1.2.8:
Adam Jackson (1):
      Remove mibstore.h

Matt Turner (5):
      Don't call NEO_Sync with no XAA
      Add &component=Driver/Neomagic to Bugzilla link
      Remove uses of xf86PciInfo.h
      Don't check for unneeded proto headers
      xf86-video-neomagic 1.2.8

Matthieu Herrb (1):
      Unbreak shadowfb initialization with modern X servers.
2013-09-09 22:26:16 +00:00

23 lines
538 B
Makefile

# $NetBSD: Makefile,v 1.14 2013/09/09 22:26:16 wiz Exp $
DISTNAME= xf86-video-neomagic-1.2.8
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Modular Xorg Neomagic 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"