AST video which works on 11-, doesn't on 12-, restored by pulling in some Linux DRM patches and then massaging it to avoid device-tree madness, from darius@dons.net.au PR: 240294 Approved by: zeising (x11@)
17 lines
324 B
Makefile
17 lines
324 B
Makefile
PORTNAME= xf86-video-ast
|
|
PORTVERSION= 1.1.5
|
|
PORTREVISION= 4
|
|
CATEGORIES= x11-drivers
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X.Org ASPEED display driver
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= xorg-cat:driver
|
|
INSTALL_TARGET= install-strip
|
|
|
|
PLIST_FILES= lib/xorg/modules/drivers/ast_drv.so
|
|
|
|
.include <bsd.port.mk>
|