diff options
Diffstat (limited to 'x11-drivers/xf86-video-sis-intel/Makefile')
-rw-r--r-- | x11-drivers/xf86-video-sis-intel/Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/x11-drivers/xf86-video-sis-intel/Makefile b/x11-drivers/xf86-video-sis-intel/Makefile deleted file mode 100644 index 9fadf6ebe13e..000000000000 --- a/x11-drivers/xf86-video-sis-intel/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: Alexey Illarionov <littlesavage@orionet.ru> -# $FreeBSD$ - -PORTNAME= xf86-video-sis-intel -PORTVERSION= 300407 -PORTREVISION= 8 -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 -DEPRECATED= requires pciVideoPtr typedef -EXPIRATION_DATE=2014-05-01 - -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> |