aboutsummaryrefslogblamecommitdiff
path: root/x11-drivers/xf86-video-rdc/Makefile
blob: 51a76f61e3c81ab57c58daa79ac908f4d3752dbc (plain) (tree)
1
2
3
4
5
6
7
8
9
                  
           

                              
                   
                 
                           
                                                  
 
                                 





                                                       

                              
                          
                                                 

      
                   





                                                           
# Created by: stas
# $FreeBSD$

PORTNAME=	xf86-video-rdc
PORTVERSION=	0.9
PORTREVISION=	3
CATEGORIES=	x11-drivers
MASTER_SITES=	http://www.SpringDaemons.com/stas/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	X.Org RDC display driver

#USE_GL=		gl
XORG_CAT=	driver
USE_XORG=	xvmc xf86driproto xextproto x11 glproto

.include <bsd.port.options.mk>

.if defined(WITH_NEW_XORG)
IGNORE=		does not build with X server 1.12
.endif

NO_STAGE=	yes
do-install:
	${MKDIR} ${PREFIX}/lib/xorg/modules/drivers
	${INSTALL_PROGRAM} ${WRKSRC}/src/.libs/rdc_drv.so \
	    ${PREFIX}/lib/xorg/modules/drivers/rdc_drv.so

.include <bsd.port.mk>