freebsd-ports/x11-drivers/xf86-video-ast/Makefile
Darius b6eed3fd34 x11-drivers/xf86-video-ast: restore functionality on 12
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@)
2021-07-09 13:24:23 +02:00

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>