mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
29 lines
608 B
Makefile
29 lines
608 B
Makefile
# New ports collection makefile for: xf86-video-rdc
|
|
# Date created: 14 April 2010
|
|
# Whom: stas
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xf86-video-rdc
|
|
PORTVERSION= 0.5
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-drivers
|
|
MASTER_SITES= http://www.SpringDaemons.com/stas/
|
|
|
|
MAINTAINER= stas@FreeBSD.org
|
|
COMMENT= X.Org RDC display driver
|
|
|
|
#USE_GL= gl
|
|
XORG_CAT= driver
|
|
USE_XORG= xvmc xf86driproto xextproto x11 glproto
|
|
|
|
BROKEN= does not compile
|
|
|
|
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>
|