Changes: https://gitlab.freedesktop.org/xorg/lib/libxrender/-/compare/libXrender-0.9.10...libXrender-0.9.11 Reviewed by: diizzy, jbeich Tested by: arrowd Pull Request: https://github.com/freebsd/freebsd-ports/pull/273 Sponsored by: Serenity Cybersecurity, LLC
16 lines
288 B
Makefile
16 lines
288 B
Makefile
PORTNAME= libXrender
|
|
PORTVERSION= 0.9.11
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X Render extension library
|
|
WWW= https://www.freedesktop.org/Software/xlibs
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= cpe tar:xz xorg xorg-cat:lib
|
|
USE_XORG= x11 xorgproto
|
|
CPE_VENDOR= x.org
|
|
|
|
.include <bsd.port.mk>
|