diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2008-01-11 12:49:29 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2008-01-11 12:49:29 +0000 |
commit | 588c273e3d4917a5568991d873f947d24cb9ddaf (patch) | |
tree | 430de5b17f40848aead1b0896bcb41dc56d73e01 /x11-drivers/xf86-video-openchrome/Makefile | |
parent | 5678a5b654b22f4f289e2fbcea4fa800647c80e2 (diff) | |
download | ports-588c273e3d4917a5568991d873f947d24cb9ddaf.tar.gz ports-588c273e3d4917a5568991d873f947d24cb9ddaf.zip |
Notes
Diffstat (limited to 'x11-drivers/xf86-video-openchrome/Makefile')
-rw-r--r-- | x11-drivers/xf86-video-openchrome/Makefile | 23 |
1 files changed, 7 insertions, 16 deletions
diff --git a/x11-drivers/xf86-video-openchrome/Makefile b/x11-drivers/xf86-video-openchrome/Makefile index 2e4e98c131e6..4ec0ca587529 100644 --- a/x11-drivers/xf86-video-openchrome/Makefile +++ b/x11-drivers/xf86-video-openchrome/Makefile @@ -6,28 +6,19 @@ # PORTNAME= xf86-video-openchrome -PORTVERSION= 0.2.6 +PORTVERSION= 0.2.901 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 +MASTER_SITES= http://www.openchrome.org/releases/ MAINTAINER= x11@FreeBSD.org -COMMENT= X.Org openchrome display driver +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 +USE_GL= gl XORG_CAT= driver -USE_GL= gl -USE_XORG= xvmc xf86driproto glproto -MAN4= via.4x +USE_XORG= videoproto xf86driproto xextproto xvmc +MAN4= openchrome.4x -pre-configure: - @(cd ${WRKSRC} && ${SH} ./autogen.sh) +MAKE_ARGS+= drivermandir=${LOCALBASE}/man/man4 .include <bsd.port.mk> |