aboutsummaryrefslogtreecommitdiffstats
path: root/x11-drivers/xf86-video-sis-intel/Makefile
blob: 40e4b47cc459420462dac13eff61bcce7a37535f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Alexey Illarionov <littlesavage@orionet.ru>
# $FreeBSD$

PORTNAME=   xf86-video-sis-intel
PORTVERSION=    300407
PORTREVISION=   6
CATEGORIES= x11-drivers
MASTER_SITES=   http://downloadmirror.intel.com/15443/eng/
DISTNAME=   sis_drv_src_300407

MAINTAINER= littlesavage@orionet.ru
COMMENT=    X.Org sis display driver provided by Intel

IGNORE=     requires pciVideoPtr typedef

CONFLICTS=  xf86-video-sis-[0-9]*
WRKSRC=     ${WRKDIR}/2d-driver

USE_GL=     gl

XORG_CAT=   driver
USE_XORG=   xf86dgaproto xf86driproto xineramaproto videoproto xf86miscproto xextproto glproto
MAN4=       sis.4x

NO_STAGE=   yes
.include <bsd.port.mk>