mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
422bce3414
my ports in the past 3 weeks while ports were broken on any 10.x machines, which means I'm unable to maintain them. So let people know that there's no available support for them until things are back to normal (which also means that anyone with spare time will be able to fix them without getting approval).
29 lines
609 B
Makefile
29 lines
609 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= ports@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>
|