Files
ports/x11/libXrender/Makefile
mew14930xvi 4fff03aa17 x11/libXrender: Improve port
- Update pkg-descr.
- Add LICENSE_FILE.
- Add INSTALL_TARGET=install-strip.
- Pet portclippy.
- Replace PORTVERSION with DISTVERSION.

PR:		286523
Approved by:	manu (x11, maintainer)
2025-06-12 04:41:58 +03:00

19 lines
351 B
Makefile

PORTNAME= libXrender
DISTVERSION= 0.9.12
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X Render extension library
WWW= https://www.freedesktop.org/Software/xlibs
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cpe tar:xz xorg xorg-cat:lib
CPE_VENDOR= x.org
USE_XORG= x11 xorgproto
INSTALL_TARGET= install-strip
.include <bsd.port.mk>