aboutsummaryrefslogtreecommitdiffstats
path: root/x11-drivers/xf86-video-openchrome/Makefile
blob: 2e4e98c131e6ecf24a2a54eec8d9f28fc2dadd8b (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
27
28
29
30
31
32
33
# New ports collection makefile for:    xf86-video-openchrome
# Date Created:             17 Sep 2007
# Whom:                 Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   xf86-video-openchrome
PORTVERSION=    0.2.6
CATEGORIES= x11-drivers
MASTER_SITES=   http://archive.ubuntu.com/ubuntu/pool/main/x/xserver-xorg-video-openchrome/
DISTFILES=  xserver-xorg-video-openchrome_${PORTVERSION}+svn357.orig.tar.gz

MAINTAINER= x11@FreeBSD.org
COMMENT=    X.Org openchrome display driver

CONFLICTS=  xf86-video-via-[0-9]*

USE_TGZ=    yes
WRKSRC=     ${WRKDIR}/xserver-xorg-video-openchrome
NOMANCOMPRESS=  yes

USE_AUTOTOOLS=  autoconf:261:env automake:19:env libtool:15:env

XORG_CAT=   driver
USE_GL=     gl
USE_XORG=   xvmc xf86driproto glproto
MAN4=       via.4x

pre-configure:
    @(cd ${WRKSRC} && ${SH} ./autogen.sh)

.include <bsd.port.mk>