d6194f0297
This is an unaccelerated driver for the SGI newport cards (a.k.a. XL) as found in the SGI Indy and Indigo2. Both the 8bit and 24bit versions are tested and working.
23 lines
640 B
Makefile
23 lines
640 B
Makefile
# $NetBSD: Makefile,v 1.1 2013/06/03 01:35:22 rodent Exp $
|
|
|
|
DISTNAME= xf86-video-newport-0.2.4
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= rodent@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Unaccelerated driver for the SGI newport cards (a.k.a. XL)
|
|
LICENSE= x11
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../x11/fontsproto/buildlink3.mk"
|
|
.include "../../x11/xproto/buildlink3.mk"
|
|
.include "../../x11/modular-xorg-server/buildlink3.mk"
|
|
.include "../../devel/xorg-util-macros/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|