diff options
Diffstat (limited to 'x11-drivers/xf86-video-geode/Makefile')
-rw-r--r-- | x11-drivers/xf86-video-geode/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-geode/Makefile b/x11-drivers/xf86-video-geode/Makefile new file mode 100644 index 000000000000..77396a140e72 --- /dev/null +++ b/x11-drivers/xf86-video-geode/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +PORTNAME= xf86-video-geode +PORTVERSION= 2.11.19 +CATEGORIES= x11-drivers + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org geode display driver + +XORG_CAT= driver + +ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHES_REASON= Geode processors are 32bit x86 only + +.include <bsd.port.mk> |