diff options
Diffstat (limited to 'x11-drivers/xf86-video-ast/Makefile')
-rw-r--r-- | x11-drivers/xf86-video-ast/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-ast/Makefile b/x11-drivers/xf86-video-ast/Makefile new file mode 100644 index 000000000000..f9516d2ba2a8 --- /dev/null +++ b/x11-drivers/xf86-video-ast/Makefile @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= xf86-video-ast +PORTVERSION= 1.1.5 +CATEGORIES= x11-drivers + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org ASPEED display driver + +LICENSE= MIT +LICENSE_FILES= ${WRKSRC}/COPYING + +XORG_CAT= driver +USE_XORG= xf86driproto glproto +INSTALL_TARGET= install-strip + +PLIST_FILES= lib/xorg/modules/drivers/ast_drv.so + +.include <bsd.port.mk> |