1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/x11/libXfixes/Makefile
Жунёва Мария Михайловна 08d44169bb x11/libXfixes: update to 6.0.1
Remove GNU_CONFIGURE_MANPREFIX

Changes: https://gitlab.freedesktop.org/xorg/lib/libxfixes/-/compare/libXfixes-6.0.0...libXfixes-6.0.1
Reviewed by:	diizzy, jbeich
Tested by:	arrowd
Pull Request:	https://github.com/freebsd/freebsd-ports/pull/273
Sponsored by:   Serenity Cybersecurity, LLC
2024-07-13 15:28:43 +03:00

19 lines
335 B
Makefile

PORTNAME= libXfixes
DISTVERSION= 6.0.1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X Fixes extension library
WWW= https://www.freedesktop.org/Software/xlibs
LICENSE= MIT
USES= cpe tar:xz xorg xorg-cat:lib
USE_XORG= x11 xorgproto
CPE_PRODUCT= libxfixes
CPE_VENDOR= x
INSTALL_TARGET= install-strip
.include <bsd.port.mk>